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 advanced search use autocomplete result #2671

Open
mo-nathan opened this issue Jan 23, 2025 · 0 comments
Open

Make advanced search use autocomplete result #2671

mo-nathan opened this issue Jan 23, 2025 · 0 comments

Comments

@mo-nathan
Copy link
Member

Currently if you enter "Nathan Wilson" into the advanced search auto-completer for "Observer", and then select the user "Nathan Wilson (nathan)" rather than only returning observations for user 1, it returns observations for any user whose login contains "nathan". At the moment there are 17 such users who have at least one observation.

The issue is that the "user" name is parsed to extract the login and added to the resulting Query as a "LIKE" SQL search. Ideally it would be added a strict search based on user_id which is provided by the auto-completer.

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

1 participant