Select to view content in your preferred language

Problem using test search for tags in ArcGIS JavaScript API

475
0
03-06-2014 11:32 PM
EkaitzHernandez
Emerging Contributor
Hi All!

I have the next problem with a query using the ArcGIS Javascript API, when I execute this code:

     portal.queryItems({
             q: queryGroup+' AND tags:"' + tagsInserted+ '" ',
             num: 100
         })

The query is executing in a very strange way.if I the tags of the webmap are  "A, B, C"

These inputs are not working in the textbox: "C,B" "A,C" but "B,C" "A,B" "A" "B" or "C" are working.

More information here http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Search_reference/02r3000000mn000000/

Thanks!!!
0 Kudos
0 Replies