How to find just the ordinary groups with a given name?

I have groups which start with the word “flights” – and I have the ordinary tag flights.

How tocan I find just the groups with that name?

The best search I came up with is:

name:flights kind:group kind:!ordinarytag

Looks a bit complicated. Is there a way to say “kind:ordinarygroup”?

Not a big deal, just curious whether I missed a shorter method to search for this…

Is there a way to say “kind:ordinarygroup ”?

No.

This would be the compound syntax for the search you’re describing…

name:controls {kind:group kind:!tag}

And in Advanced criteria…

1 Like

Good to know. Thanks. :smile:

You’re welcome.