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

Searching for users does not work #420

Open
mattes3 opened this issue Apr 1, 2024 · 2 comments
Open

Searching for users does not work #420

mattes3 opened this issue Apr 1, 2024 · 2 comments

Comments

@mattes3
Copy link

mattes3 commented Apr 1, 2024

I have a user named "Matthias". When I enter an "a" inside the search box above the list of users, I get the message "No results".

@pushchris
Copy link
Contributor

User search is not a fuzzy search by design currently, it only does exact comparison for email, ID and phone. The name field isn't searchable at all as its not an indexed field and only exists inside of a JSON document of properties associated to the user

@mattes3
Copy link
Author

mattes3 commented Apr 1, 2024

Could you change the exact equality operator to an ILIKE, at least?

i.e. WHERE email ILIKE '%substring%'?

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

No branches or pull requests

2 participants