AI OnAI Off
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.