When the phrase is divided into several words condition 'AND' mandatory matching with all the words, condition 'OR' - matching at least one word
This hook is addition to hook: mdf_txtsearch_some_words_behavior
Example:
1 2 3 | add_filter('mdf_txtsearch_some_words_condition', function($default) { return 'OR'; }); |
From v.2.2.2/1.2.2