How can I search for a substring in Workshop?

I have objects, which contains some string property.
I want to be able to search for “test” and find “blablatest”.

So, I want to search for a substring in Workshop. Is it possible to perform such search ?

This is very similar to https://community.palantir.com/t/keyword-searching-in-workshop/3050 but given there is no special character splitting the words, this needs to work like a substring search.

1 Like

Hi @VincentF ,

You might have tried this already, but if the String is a property of an object type, you can use the filter widget with the KeyWord search element to search in string properties like that.

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