A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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.