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

fix: user search for non-ASCII characters #1951

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Conversation

pnengchu
Copy link
Contributor

@pnengchu pnengchu commented Oct 5, 2021

  • Identified the issue which this PR solves.
  • Read the CONTRIBUTING document.
  • All new and existing tests passed.
  • Ran make check to catch common errors. Fixed any that came up.

Description:
Replaced check for splitting characters in a regex string with a check for unicode characters to enable search for users with non-english names.

Which issue(s) this PR fixes:
Fixes #1931

Screenshots:
Screen Shot 2021-10-05 at 10 25 06 AM

@pnengchu pnengchu changed the title fix: user search for Non ASCII characters fix: user search for non-ASCII characters Oct 5, 2021
@mastercactapus mastercactapus merged commit 476b47a into master Oct 5, 2021
@mastercactapus mastercactapus deleted the user-search-bug branch October 5, 2021 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search problem for non english language
3 participants