If word A is in a query N times, the expected behavior is that a record will only match if the word is in the record N times as well.
For example, if a record has only a searchableAttribute "description" and the query "red red" is made, only records with "red" twice in the description should be returned.
However, if the attribute is "unordered" , this behavior doesn't always occur.