Stop words are counted in any search mode that calculates results based on number of matching terms. However, the Oracle Commerce MDEX Engine reduces the minimum term match and maximum word omit requirement by the number of stop words contained in the query.
Did You Mean can in some cases correct a word to one on the stop words list.
The
--diacritic-foldingflag removes accent characters from stop words and prevents accented stop words from being returned in query results. For example, iffüris a stop word, and you specify the--diacritic-foldingflag, then that flag treats the stop word asfur. Any queries that search forfurwill not return results.

