A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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.