You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 typebeer
. Unfortunately, as soon as you enter a space, it removes all results (since it's looking throughindexKeys
for that space character).Preferably, each word would be combined (i.e.
and
logic) to intersect results for all keywords in the final results.The text was updated successfully, but these errors were encountered: