muan / mojibar

:tangerine: Emoji searcher but as a menubar app.
MIT License
2.04k stars 124 forks source link

🔎 Search with multiple words #89

Open patricknelson opened 7 years ago

patricknelson commented 7 years ago

It would be really awesome to be able to search using multiple words. Right now, if I wanted to find something interesting, I might type a single word (e.g. bev) and realize I wanted the beer glasses, so I would want to then type beer. Unfortunately, as soon as you enter a space, it removes all results (since it's looking through indexKeys for that space character).

Preferably, each word would be combined (i.e. and logic) to intersect results for all keywords in the final results.

ghost commented 7 years ago

+1