Currently when you input multiple words to search text, that are treated as "OR condition". Search result are worlds which name
contains some
words from inputed words.
This is not useful, especially if the name of world that you want find has only common words. So I want a way to specify "AND condition" in which result are worlds which name
contains all
words from inputed words.
Example screenshots:
  1. search by "times square"
  2. Result contains many world. It's hard to find "Times Square New Years 2019" from this.
  3. search by "square"
  4. Result contains rather few worlds. It means multiple words are treated as "OR condition". Even if user knows more specific information ("times" and "square") , the system doesn't expolit it.