I would like to find all the cards containing the string “1*a”. I tried with and without quotes, but the expression is treated as a regular expression (for instance, I get cards containing the string “1a”).
Can’t try right now, but what about escaping the asterisk?
1\*a
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.