If "x" contains

Hi all, I would like create filter to see if my character string contains the word " balcony " I do not know if I should use the node" formula " or codeblock , my tests don’t work

thanks for your help!

Well the value coming out of the GetParameterByValue node is null… it’s obvious that’s it’s not gonna find anything :slight_smile:

Sorry i forgot to run it :slight_smile:

No problem :slight_smile:
So the String.Contains seems to work, I guess the FilterByBoolMask will work with that.

Hi,

Yes it works! But the filterBy Bool Mask gives me a list of parameters containing the word “balcon” instead of giving me a list of elements having a parameter containing the word “balcon”

Oh sorry,
connect :All element of category to filterByBoolMask - list input

Yeeees! Thank you so much!! :slight_smile: