Description:
How to switch Find to an AND operator vs the typical OR operator
Steps:
You can use the .WithAndAsDefaultOperator()
Another suggestion is to use .minimumShouldMatch()
Examples for the use of either method are available here:
https://github.com/episerver/EPiServer.Labs.Find.Toolbox#minimumshouldmatch
Please sign in to leave a comment.