November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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.