Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.