Query for content with a filter containing wildcards in tags

141
0
2 weeks ago
Dirk_Vandervoort
New Contributor III

I am interacting with ArcGIS Online with code: Python and JavaScript. My goal is to query for content using tags - I would like to use a wildcard search with tags:

 

'orgid:MyOrgID AND tags:"TES*"'

 

The above filter returns no content. I would like to return content that has the tags TES, TEST, TESTER, TESTING, and maybe even Test, Test02, and TeStEr, etc.

I've tried an escape character (\*) and different wildcard characters (*, %, #, etc.) with no success. If I remove the double-quotes, I get all content.

Here's hoping you can help.

0 Kudos
0 Replies