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.
Are you seeing the words added when you run Synonyms().List()? http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/9/DotNET-Client-API/Searching/Synonyms/
Try specifying .InField() - .InField(x => x.SearchText()) and .InField(x => x.SearchTitle()) for instance.
Is this index hosted in an on premise solution?
Been trying to get synonyms working. But when I add it to my query I just get empty results back. Code is as follows. (with out the UsingSynonyms() everything works fine)
Anyone seening my mistake?