Search on multiple keywords in listview searchbox

4
Current implementation of listview searchbox only returns exact matches (so keywords like-for-like in the same order). Idea is to make it work like an "OR" search, so matching any records which contain at least one of the keywords. This is in line with how e.g. Google parses search requests. Business value of this idea is a more intuitive user experience.
asked
0 answers