AI OnAI Off
Hi,
is there some specific case? An example could be:
searchResults = client.Search<WithComplexCollection>() .Filter(x => x.EnumerableOfComplexType.MatchContainedCaseInsensitive(c => c.StringProperty, "Banana")) .GetResult();
BR,
Viktor
Hi
Could someone please share some insight on how to use MatchContainedCaseInsensitive.
There's no documentattion that I can find on that one.