Windows/Chrome v94.0.4606.71/TW v5.1.23
I have tiddlers with a keyword field that may contain 0 or more words. I want to create a filter that may contain several words any of which will match the list of words in the keyword field.
e.g., a tiddler’s keyword field contains text1 and text2. I want my filter to match on either of those words. So if my filter has text1 and text3 it would match my example tiddler.
I’ve seen the search:keyword[my search] filter operator but this only matches if the tiddler contains both words, evidently it does not match on either word.
I hope I explained the clearly.