cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

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

jguzman
1-Newbie

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

4 REPLIES 4

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

Top Tags