Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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.
Solved! Go to Solution.
Hi Jorge,
You can use a wildcard character for a text search filter in the query, but it has to be at the end of such filter.
ex. "SearchStuff*"
Hi Jorge,
You can use a wildcard character for a text search filter in the query, but it has to be at the end of such filter.
ex. "SearchStuff*"
Thanks, That is Good to know.
Even that may help, is there a way to start with a wildcard? or as you mentioned, only at the end of string
You can only use what I mentioned at the end of string, not the beginning.
thanks