Provides pre-built result highlighters for AutoComplete.
charMatchquery
results
Highlights any individual query character that occurs anywhere in a result. Case-insensitive.
charMatchCasequery
results
Case-sensitive version of charMatch().
charMatchFoldquery
results
Accent-folding version of charMatch().
phraseMatchquery
results
Highlights the complete query as a phrase anywhere within a result. Case- insensitive.
phraseMatchCasequery
results
Case-sensitive version of phraseMatch().
phraseMatchFoldquery
results
Accent-folding version of phraseMatch().
startsWithquery
results
Highlights the complete query as a phrase at the beginning of a result. Case-insensitive.
startsWithCasequery
results
Case-sensitive version of startsWith().
startsWithFoldquery
results
Accent-folding version of startsWith().
subWordMatchquery
results
Highlights portions of results in which words from the query match either whole words or parts of words in the result. Non-word characters like whitespace and certain punctuation are ignored. Case-insensitive.
subWordMatchCasequery
results
Case-sensitive version of subWordMatch().
subWordMatchFoldquery
results
Accent-folding version of subWordMatch().
wordMatchquery
results
Highlights individual words in results that are also in the query. Non-word characters like punctuation are ignored. Case-insensitive.