Search bar Help

Hello, I have a search bar using:

thisRowName.ContainsText([Search Bar],true,true)

The situation is that it only shows words that are together, for example, if I search “Red Dress” I wouldn’t see “Red Large Dress” , because I have one missing word between, how can I make it work ignoring the position? Thanks

hi @Jafet_Mtz , did you already try :
thisRowName.Contains("example item")
or with In() ?

cheers, christiaan

Hello, thanks
I tried it , but for some reason I don’t get any rows as output even using only one word, so I have to use Containstext(), also because of the possibility to ignore cases and accents

image

image

sorry @Jafet_Mtz , I cannot help you with the information provided.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.