Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

MatchContainedCaseInsensitive

Vote:
 

Hi

Could someone please share some insight on how to use MatchContainedCaseInsensitive.
There's no documentattion that I can find on that one.

#140856
Nov 02, 2015 12:09
Vote:
 

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

#140895
Nov 03, 2015 10:49
Vote:
 

Thanks for the example Viktor. Very helpful!

#140897
Nov 03, 2015 11:00
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.