Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it possible to override the default collation on mysql #28677

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Aug 31, 2021

Target a UX scenario when looking for files with accents also shows files missing the accents. The default behavior is not changed. The collation can be overridden with adding another setting to the config.php, for example:

'mysql.collation' => 'utf8mb4_0900_as_ci',

@blizzz blizzz added this to the Nextcloud 23 milestone Aug 31, 2021
@blizzz blizzz requested review from juliusknorr and a team August 31, 2021 19:06
@juliusknorr
Copy link
Member

/backport to stable22

@blizzz blizzz requested review from a team, ArtificialOwl, skjnldsv, nickvergessen and PVince81 and removed request for a team September 1, 2021 08:23
- allows admins to configure it for edge cases like accent sensitivity

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz blizzz merged commit 5c1b40e into master Sep 9, 2021
@blizzz blizzz deleted the fix/noid/mysql-collation branch September 9, 2021 17:39
@blizzz blizzz added the pending documentation This pull request needs an associated documentation update label Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug feature: search pending documentation This pull request needs an associated documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants