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.
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.