<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: selectFeatures - query contains one or more unsupported parameters in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577025#M53883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the sample reproducible test case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/rahulm/nJxyW/"&gt;http://jsfiddle.net/rahulm/nJxyW/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 10:36:24 GMT</pubDate>
    <dc:creator>RahulMetangale1</dc:creator>
    <dc:date>2012-07-26T10:36:24Z</dc:date>
    <item>
      <title>selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577022#M53880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Issue: Getting&amp;nbsp; an error, "selectFeatures - query contains one or more unsupported parameters", while passing a select query to a feature layer created from a feature set at run time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-I am creating a feature layer at run time using a features returned by some Java web service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-I can see the features on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-However when I pass a selectFeatures query to this layer I get an error mentioned above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Here is the where clause that I am using for query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; userName = 'BILL' OR firstName = 'BILL'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Rahul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 10:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577022#M53880</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2012-07-25T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577023#M53881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Query debugs like this are best tested at the Query URL of your MapService&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;servername&amp;gt;/ArcGIS/rest/services/&amp;lt;servicename&amp;gt;/MapServer/&amp;lt;layerid&amp;gt;/query&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be something like wrapping () around portion of the query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 12:26:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577023#M53881</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2012-07-25T12:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577024#M53882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The feature layer is generated at runtime so it does not have a URL like you mentioned. As per the API documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/featurelayer.htm#selectFeatures"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/featurelayer.htm#selectFeatures&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Selects features from the FeatureLayer. Layer properties like layer definition and time definition are honored. The selection method defines how query results are passed to the selection. The feature layer will highlight the current selection if a selection symbol has been defined. Whenever possible, the feature layer will perform the query operation on the client (browser).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what is going wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 03:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577024#M53882</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2012-07-26T03:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577025#M53883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the sample reproducible test case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/rahulm/nJxyW/"&gt;http://jsfiddle.net/rahulm/nJxyW/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577025#M53883</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2012-07-26T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577026#M53884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rahul, if you're creating the FeatureLayer not from a url as you mention but from a featureCollectionObject, then you should look at the restrictions associated with this FeatureLayer constructor (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/featurelayer.htm#FeatureLayerConst2"&gt;link&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* Does not support queries that need to be performed on the server, e.g. queries with a where clause or non-extent based spatial queries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577026#M53884</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2012-07-26T15:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577027#M53885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you John! That helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 03:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577027#M53885</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2012-07-27T03:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577028#M53886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry to hijack but I have the same problem.&amp;nbsp; If this is true what is the right, aka feasible, way to select features in a feature layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 17:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577028#M53886</guid>
      <dc:creator>SavanThongvanh</dc:creator>
      <dc:date>2012-09-18T17:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577029#M53887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Savan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We created web services based on ESRI rest specification now slection query work as expected.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 03:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577029#M53887</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2012-11-15T03:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: selectFeatures - query contains one or more unsupported parameters</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577030#M53888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have also created a FeatureLayer from a featureCollectionObject.&amp;nbsp; I am trying to perform an extent-based spatial query (which according to the documentation is supported), but I keep getting the "FeatureLayer::selectFeatures - query contains one or more unsupported parameters" error.&amp;nbsp; My question is: what do I need to do to create an "extent-based" spatial query?&amp;nbsp; Do I have to change the spatialRelationship attribute of the query to a specific string?&amp;nbsp; the geometry attribute is already set to an extent.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Rahul, if you're creating the FeatureLayer not from a url as you mention but from a featureCollectionObject, then you should look at the restrictions associated with this FeatureLayer constructor (&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/featurelayer.htm#FeatureLayerConst2"&gt;link&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;* Does not support queries that need to be performed on the server, e.g. queries with a where clause or non-extent based spatial queries.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/selectfeatures-query-contains-one-or-more/m-p/577030#M53888</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2014-01-08T16:00:22Z</dc:date>
    </item>
  </channel>
</rss>

