<?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 find task multiple values from one search in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-multiple-values-from-one-search/m-p/86586#M7822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to replicate this example here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/find_map_datagrid.html"&gt;https://developers.arcgis.com/javascript/jssamples/find_map_datagrid.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for finding certain features within a layer. Is it possible to set this up that is finds all the values with "Katz" or "Allen" or etc etc?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im a newbie to javascript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2014 14:10:33 GMT</pubDate>
    <dc:creator>ShaneCarey</dc:creator>
    <dc:date>2014-01-24T14:10:33Z</dc:date>
    <item>
      <title>find task multiple values from one search</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-multiple-values-from-one-search/m-p/86586#M7822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to replicate this example here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/find_map_datagrid.html"&gt;https://developers.arcgis.com/javascript/jssamples/find_map_datagrid.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for finding certain features within a layer. Is it possible to set this up that is finds all the values with "Katz" or "Allen" or etc etc?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im a newbie to javascript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 14:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-multiple-values-from-one-search/m-p/86586#M7822</guid>
      <dc:creator>ShaneCarey</dc:creator>
      <dc:date>2014-01-24T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: find task multiple values from one search</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-multiple-values-from-one-search/m-p/86587#M7823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, just use the QueryTask and Query classes instead of FindTask class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/querytask-amd.html"&gt;https://developers.arcgis.com/javascript/jsapi/querytask-amd.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/query-amd.html"&gt;https://developers.arcgis.com/javascript/jsapi/query-amd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Particularly, take a look of the where property of an Query instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/query-amd.html#where"&gt;https://developers.arcgis.com/javascript/jsapi/query-amd.html#where&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 12:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-multiple-values-from-one-search/m-p/86587#M7823</guid>
      <dc:creator>RobertoPepato</dc:creator>
      <dc:date>2014-01-25T12:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: find task multiple values from one search</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-multiple-values-from-one-search/m-p/86588#M7824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. Is there any example of where the example shows the results in a table like this example: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/demos/findtask/find_map_datagrid.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/demos/findtask/find_map_datagrid.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then highlight those queries of interest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 18:55:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-multiple-values-from-one-search/m-p/86588#M7824</guid>
      <dc:creator>ShaneCarey</dc:creator>
      <dc:date>2014-01-26T18:55:08Z</dc:date>
    </item>
  </channel>
</rss>

