<?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 with semi-hard coded AND in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25684#M2222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've got a web app that could potentially be used by three geographical bodies. The app features an address search, that hits a service with a single layer that has address records in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it is one body it is easy, the address service layer has features just for that body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it is one of three bodies I'd like to a) detect where they are coming from to keep a single code base - I'm sure I can do this by IP address range, login name or something&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) have the address layer to be used in the FIND task have all 3 areas addresses, but the find to work something like this plain English SQL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find where address contains &amp;lt;User inputted search string&amp;gt; AND area = &amp;lt;area defined by which body the user is from&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this is possible - any ideas? &amp;nbsp;The find task has searchfields, and search text. &amp;nbsp;Currently my searchfields are three that contain different components of the address. &amp;nbsp;So searchFields = "Address1, Address2, Postcode" and searchText would equal "Magnolia Cottage" or something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if I expand the Searchfields to include "Area" (which may be "East Utopia", Gotham City", "Cursed Earth (north)" for the three bodies, I'd then have to tag one of these three onto "Magnolia Cottage" - which would fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could query the incoming recordset, but this seems hard and wasteful, where a simple addition of a AND to the find task would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2016 15:38:47 GMT</pubDate>
    <dc:creator>AdrianMarsden</dc:creator>
    <dc:date>2016-08-30T15:38:47Z</dc:date>
    <item>
      <title>find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25684#M2222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've got a web app that could potentially be used by three geographical bodies. The app features an address search, that hits a service with a single layer that has address records in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it is one body it is easy, the address service layer has features just for that body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it is one of three bodies I'd like to a) detect where they are coming from to keep a single code base - I'm sure I can do this by IP address range, login name or something&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) have the address layer to be used in the FIND task have all 3 areas addresses, but the find to work something like this plain English SQL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find where address contains &amp;lt;User inputted search string&amp;gt; AND area = &amp;lt;area defined by which body the user is from&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this is possible - any ideas? &amp;nbsp;The find task has searchfields, and search text. &amp;nbsp;Currently my searchfields are three that contain different components of the address. &amp;nbsp;So searchFields = "Address1, Address2, Postcode" and searchText would equal "Magnolia Cottage" or something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if I expand the Searchfields to include "Area" (which may be "East Utopia", Gotham City", "Cursed Earth (north)" for the three bodies, I'd then have to tag one of these three onto "Magnolia Cottage" - which would fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could query the incoming recordset, but this seems hard and wasteful, where a simple addition of a AND to the find task would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 15:38:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25684#M2222</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-08-30T15:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25685#M2223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any chance you can use the UTC time offset to help you decide which to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 15:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25685#M2223</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2016-08-30T15:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25686#M2224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Nope all three areas are within 100km - but find where a user is coming from is a problem I am sure I can resolve, even if it is getting the user to choose when first logged in and storing as a cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting the Find task to have an AND it it, is my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 15:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25686#M2224</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-08-30T15:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25687#M2225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Why use the find task at all then. If you are able to determine the location of the user then you know which service to use and you just use a QueryTask instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:00:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25687#M2225</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-30T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25688#M2226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know, which area to query, can't you just filter the result of the find task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; features &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; findTaskResult&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;features&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; outFeature &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; array&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;features&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;feat&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; feat&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;attributes&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;AREA &lt;SPAN class="operator token"&gt;===&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;area defined by which body the user is &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25688#M2226</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2021-12-10T21:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25689#M2227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks too easy&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&amp;nbsp; I thought about some sort of filter of the results (see OP) but hadn't followed it up as I thought it would be expensive in time. &amp;nbsp;The benefit of getting the find/query task to do it all would be that it would be querying the end SQL database, where I can ensure all the fields that form part of the query are indexed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll see if I can try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 08:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25689#M2227</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-08-31T08:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25690#M2228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that - it took me a while to realize it was coded for AMD - I'm still on legacy code, mostly, so had to hack it into my existing code - not the first time I've done that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 14:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25690#M2228</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-08-31T14:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25691#M2229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using legacy method, then you need to use &lt;STRONG style="font-family: courier new,courier,monospace;"&gt;dojo.filter&lt;/STRONG&gt; instead of &lt;STRONG style="font-family: courier new,courier,monospace;"&gt;array.filter&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 14:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25691#M2229</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2016-08-31T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25692#M2230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks - I did start to refactor it a few years back, but never finished. &amp;nbsp;On a long list of stuff to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 14:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25692#M2230</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-08-31T14:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25693#M2231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may be being thick here, but my "results" object hasn't got a "features" property, it has lots of "features" (0-Number of results-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My function that runs when the Find is executed is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;showResults&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;results&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; features &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; results&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;features&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; outFeature &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; dojo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;features&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;feat&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
 
 &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; feat&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;attributes&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;LA &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'EDDC'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Which returns an empty array (it doesn't fall over, which is odd)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25693#M2231</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2021-12-10T21:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25694#M2232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its my fault. the FindTask returns FindResults[] so you would need to loop through that.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;showResults&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;results&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; outResult &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; dojo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;results&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;res&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; feat &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; res&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;feature&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; feat&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;attributes&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;LA &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'EDDC'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25694#M2232</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2021-12-10T21:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: find task with semi-hard coded AND</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25695#M2233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cheers - I was nearly there from a few other samples. &amp;nbsp;I'll give that a quick go before heading home. &amp;nbsp;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-task-with-semi-hard-coded-and/m-p/25695#M2233</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-08-31T16:22:34Z</dc:date>
    </item>
  </channel>
</rss>

