cancel
Showing results for 
Search instead for 
Did you mean: 

Search by TAG with wildcards

sbenedetti
Champ in-the-making
Champ in-the-making
Hi,

I'm performing a search by tag using the syntax:

<strong>TAG:"sensor installation"</strong>

I want to use wildcards but it seems not possible.

For example I want to perform a search like

<strong>TAG:"sensor* installation*"</strong> to get all possible variants like sensors or installations

How can I achieve this?

Thank you

1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
I have never noticed that wildcards are not supported when searching tags. The best I could do was a bunch of OR'd terms, like:

TAG:"sensor" TAG:"sensors" TAG:"sensor installations" TAG:"installation" TAG:"installations"

Jeff