Is it possible to search for item names that contain certain words, anywhere in the name, but also in any order?
For example, if we search ‘chinese dictionary’ in item name, this returns only the titles that have the words ‘chinese’ and ‘dictionary’ in that order, one next to the other.
If we use ‘%chinese%dictionary%’, this expands the search to include titles that have both words in the title but not necessarily next to each other … which is better … but they still need to be in that order within the name, ie. it doesn’t include titles that might have the word ‘dictionary’ before ‘chinese’ in the title.
Is there a way to search that would filter all of the above?