Solved
Is there a way to use wildcard or Regex or similar stuff in filters when using Query Builder?
Is there a way to use wildcard or Regex or similar stuff in filters when using Query Builder?
I would like my query to seek for all items with Description containing a pattern.
Example w/ regex:
Description contains "(\d)*\s\w
It could be regex, wildcard, etc.

