When doing a full-text search against a field, is there an option to disable multiple words from the search phrase to be matched by the same term in a document field?
For instance:
if we search against a 'name' field which has the following values in three different documents: 'Phill A', 'Phil B', 'Phill Phillips' and search term is 'Phill Ph*', is there a way to get only the last document (with 'Phill Phillips' name) as a query result? If I am not missing something, all documents will be returned because both words, 'Phill' and 'Ph*' would be matched by 'Phill' term in the 'name' field.