World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
If I recall correctly, I think there is a bug for UsingSynonyms, and you need to specify InFields before invoking UsingSynonyms
Has anyone noticed that stemming stops working when adding the .UsingSynonyms() feature to a search request?
Example:
results in 10 hits.. All with the word "Exhausts" in the page title.
Removing the .UsingSynonyms() results in 233 hits, including hits with both "Exhausts" and the stemmed word "exhaust" (which is the expected functionality)
I didn't think using stemming and/or synonyms were mutually exclusive?
In my perspective they shouldn't be.