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.
Hi,
you can use it like this:
SearchClient.Instance.Search<PageData>().For("hello world")
.WithAndAsDefaultOperator().GetPagesResult();
That should work (I did not actually test it though).
Hi
We have EPiServer Find in our project, When we Search for "Hellow World" we are getting results from the pages having "Hello" and "World" key words. But we want to see pages haing "Hello World" only.
And is there any method like .WithAndAsDefaultOperator(), If yes, please tell me how to use this method.
Please suggest Your Ideas.