A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn 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.