cocktail-search icon indicating copy to clipboard operation
cocktail-search copied to clipboard

Improve search for title (name of cocktail)

Open snoack opened this issue 11 years ago • 0 comments

Currently you can search for a cocktail with a given name by "title: ". But you get all cocktails that matches the searched string, for example when you search for "title: Brooklyn" beside the Brooklyn cocktail you also get every other cocktail with "Brooklyn" in the name. That becomes a mess, especially when you combine multiple searches by title to make a list of your favorite cocktails.

However making title searches exact, won't be a good idea either, for example the Brooklyn is sometimes called just "Brooklyn" but sometimes "The Brooklyn cocktail". There is already a feature implemented to group those together, but therefore the query has to match both.

So the idea to fix this, is to only show the most relevant result per searched title.

snoack avatar Mar 23 '13 15:03 snoack