igemsoftware2017 / Michigan_Software_2017_ProtoCat

6 stars 6 forks source link

Improve Search Algorithm #8

Closed ThomasCOliver closed 7 years ago

jgconti96 commented 7 years ago

If there are no results from search, display "No results".

ThomasCOliver commented 7 years ago

Merged in changes for searching in more fields fcfe6d2a9deecbd1745bee8162ebf7ab8549b379, will still want to add full-text search later.

aturfah commented 7 years ago

Done for Now

domdomegg commented 7 years ago

I'm working on a tool that uses Protocat's API, a search API call that would return data like /api/protocol, just narrowed down to search matches would be really useful for my project (and probably a lot of others). EDIT: I've got around this, but it would still be a nice to have feature

Ideally it would be a fuzzy search - there are lots of libraries to do this e.g FuzzyWuzzy