Use AND when searching for multiple words in browsers
Ellypse opened this issue ยท 0 comments
kajisensei posted a comment Feb 15, 2017
Currently if you type "Warrior" it searches all icons with this keyword in it, same if you type "ability". But if you type "warrior ability" it won't show anything as it thinks the whole search is the keyword you want.
What I have to do is to cut the search when encountering a space and do a "AND" search on each keyword. It would show all icons having both "warrior" AND "ability" in the name.