Skip to main content
1-Visitor
April 11, 2017
Solved

Is there a way to use wildcard or Regex or similar stuff in filters when using Query Builder?

  • April 11, 2017
  • 1 reply
  • 3322 views

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.

    Best answer by MichaelChatel

    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*"

    1 reply

    5-Regular Member
    April 11, 2017

    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*"

    jguzman1-VisitorAuthor
    1-Visitor
    April 11, 2017

    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

    5-Regular Member
    April 12, 2017

    You can only use what I mentioned at the end of string, not the beginning.