paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

Add a fuzzy/exact toggle option to search field forms #184

Open doricon opened 11 months ago

doricon commented 11 months ago

The search pop-up for references and people (and I would assume other things too) is case-specific. So if a user doesn't use the correct capitalization in the search, they will not return the results. Can we make it not-case-specific?

This is just a minor thing, no emergency, but we should try to change it as some point because it will trip people up if they don't know the entered capitalization (like in a title) or are just lazy and don't capitalize names in searches (I'm guilty as charged!).

aazaff commented 10 months ago

Screenshot 2023-08-23 at 11 01 16 AM

I proposed a solution where we could toggle between exact and fuzzy search, but @doricon pointed out it may just be fine to always have it be fuzzy.

ecurrano commented 4 months ago

It will be very helpful to have specimens be a fuzzy search. We will probably have more specimens in the database than any other node type, which makes dropdown menus not feasible. And specimen names are often non-intuitive strings of letters and numbers, prone to typos and users not wanting to type in the whole thing.

aazaff commented 4 months ago

Okay, we will do just fuzzy.