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

Allow fuzzy search across all fields #18

Open
jrdh opened this issue Sep 4, 2023 · 0 comments
Open

Allow fuzzy search across all fields #18

jrdh opened this issue Sep 4, 2023 · 0 comments
Labels
question Further information is requested

Comments

@jrdh
Copy link
Member

jrdh commented Sep 4, 2023

Users want to be able to do fuzzy searches.

There are two pretty good reasons for this:

  • the data in EMu isn't standardised in many places and therefore spelling errors exist which fuzzy searches would help catch without users having to search for the typoed words.
  • users can also make spelling errors, particularly with taxonomic names.

Technically, this is easy to implement with the fuzzy search in Elasticsearch or using regex/wildcard searches.

The question, however, is how do we manage and represent this in the filters UI? One option is to have an "exact match" toggle on each field input allowing users to switch a field from using fuzzy to exact match search semantics.

@jrdh jrdh added the question Further information is requested label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant