Replies: 1 comment 1 reply
-
|
Doing it at the db layer won't affect stfc as we fetch all our users from a external service but seems like a very sensible suggestion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are some complaints at ELI about searching users with special characters in their name (e.g. Ä). The lookup will fail unless the special characters are entered properly.
In PSQL it is possible to create a collation for ignoring accents and user this collation in the associated sql query.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions