<?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: eSearch Searching Query in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787481#M3741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK in the Widget.js file in the&amp;nbsp;onAttributeLayerChange method I set the ByShape drop down to be the same as the ByValue drop down. You can&amp;nbsp;make this change:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//set the graphical layer to be the same&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//this.graphicLayerIndex = newValue;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;//2 is the zero based index of the layer number index in the by shape dropdown list&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;selectLayerGraphical&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;set&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'value'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&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>Sun, 12 Dec 2021 08:59:26 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-12T08:59:26Z</dc:date>
    <item>
      <title>eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787476#M3736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;I have a particular app that is using the eSearch widget and have had a request to configure on&lt;STRONG&gt; startup&lt;/STRONG&gt; that the BY VALUE and BY SHAPE&amp;nbsp;search functions start with different Map Service URLs. Basically operators will conduct a textual search using the BY VALUE option to gather results for URL1, with the map zooming in and then by clicking on the highlighted zoomed to property gather results from the second URL. Is this possible to configure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;BY VALUE configured to search on&amp;nbsp;URL expression 1&lt;/P&gt;&lt;P&gt;BY SHAPE configured to search&amp;nbsp;on URL expression 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 00:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787476#M3736</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-01-06T00:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787477#M3737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The by shape requires a shape to be drawn though..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 01:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787477#M3737</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-06T01:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787478#M3738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep I know and it has. Clients currently start the app and manually change the BY SHAPE search dropdown to the required search criteria&amp;nbsp;and then tab back to the BY VALUE search to get&amp;nbsp;this&amp;nbsp;methodolgy&amp;nbsp;to work. It's a workaround and works. I was just wondering if I could configure esearch some how&amp;nbsp;so the clients don't need to do this. Thanks for the fast response.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 01:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787478#M3738</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-01-06T01:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787479#M3739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I am still trying to get this clear in my head. So you want a search url to set the layer for the by shape to a certain search layer index and another search url parameter to set the by value search layer index to a different layer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 01:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787479#M3739</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-06T01:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787480#M3740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep see steps below, if you get time try it on this app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://citymaps.bayswater.wa.gov.au/WABexternal/LandMapping/index.html"&gt;https://citymaps.bayswater.wa.gov.au/WABexternal/LandMapping/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 10pt;"&gt;1. By value is&amp;nbsp;defaulted to "Property Information" searching.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 10pt;"&gt;2. By shape is also by defaulted&amp;nbsp; to "Property Information". The client manually&amp;nbsp;changes it to&amp;nbsp;&amp;nbsp;"Waste information"&lt;/P&gt;&lt;P style="margin: 0cm 0cm 10pt;"&gt;3. The client then tabs back to the BY VALUE search to get "Property Information" result.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 10pt;"&gt;4. Then clicks on the zoomed highlighted property to get BY SHAPE to "Waste information" result.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 10pt;"&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 01:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787480#M3740</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-01-06T01:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787481#M3741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK in the Widget.js file in the&amp;nbsp;onAttributeLayerChange method I set the ByShape drop down to be the same as the ByValue drop down. You can&amp;nbsp;make this change:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//set the graphical layer to be the same&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//this.graphicLayerIndex = newValue;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;//2 is the zero based index of the layer number index in the by shape dropdown list&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;selectLayerGraphical&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;set&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'value'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&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>Sun, 12 Dec 2021 08:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787481#M3741</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T08:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787482#M3742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert, I'll this next week.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 23:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787482#M3742</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-01-06T23:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787483#M3743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This change to the widget.js file does work, however we have noticed that the user needs to activate the by value dropdown list on app start-up for this change the activate. Can this be automated at app start up.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 03:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787483#M3743</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-01-20T03:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787484#M3744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK i thought you said that was you workflow. Find the&amp;nbsp;_initLayerSelect and at the very end of that function add this line:&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; font-size: 14px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit; font-size: 14px;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;.&lt;/SPAN&gt;selectLayerGraphical&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit; font-size: 14px;"&gt;set&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit; font-size: 14px;"&gt;'value'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="" style="color: #990000; border: 0px; font-weight: inherit; font-size: 14px;"&gt;2&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;;&lt;/SPAN&gt; &lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787484#M3744</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-20T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787485#M3745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt reply. This change &lt;SPAN style="border: 0px currentColor; color: #0077aa; font-size: 14px; font-weight: inherit;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; color: #999999; font-size: 14px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;selectLayerGraphical&lt;SPAN style="border: 0px currentColor; color: #999999; font-size: 14px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; color: #0077aa; font-size: 14px; font-weight: inherit;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; color: #999999; font-size: 14px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; color: #669900; font-size: 14px; font-weight: inherit;"&gt;'value'&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; color: #999999; font-size: 14px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="border: 0px currentColor; color: #990000; font-size: 14px; font-weight: inherit;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; color: #999999; font-size: 14px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; color: #999999; font-size: 14px; font-weight: inherit;"&gt;;&lt;/SPAN&gt; &amp;nbsp;doesn't seem to make any difference. Users still need to engage the by value dropdown menu for the by shape to reflect the app change. Sorry.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787485#M3745</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-01-21T02:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787486#M3746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK do this then. Same thing at the very end of the _initLayerSelect function:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;setTimeout&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;lang&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;hitch&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&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;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;selectLayerGraphical&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;set&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'value'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&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="number token"&gt;500&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787486#M3746</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T08:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787487#M3747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Yes that appears to have resolved the issue. I will do a couple of tests next week and mark answered if OK.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 01:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787487#M3747</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-01-27T01:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787488#M3748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;After testing&amp;nbsp;I have found on the very first time the operator does a search it doesn't work. But if they select the CLEAR FIELD button in the BY VALUE display&amp;nbsp;it does work every time after that as it changes the BY SHAPE dropdown to the correct search option. If this can be resolved then that should be it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 04:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787488#M3748</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-02-01T04:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787489#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please zip and attach your Widget.js for me to look at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 14:11:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787489#M3749</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-01T14:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787490#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;File attached.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 00:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787490#M3750</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-02-02T00:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787491#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Are you sure you sent me the updated Widget.js? If so then I do not see the last change (setTimeout) that you were suppose to add to the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;_initLayerSelect function.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 13:03:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787491#M3751</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-02T13:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787492#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Sorry for that. I made the change via remote login and it didn't save for some reason. Now I'm back in the office I have added the (setTimeout) to the widget.js&amp;nbsp;file&amp;nbsp;and the app&amp;nbsp;works nicely. Thank you for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick one, will all your widgets work with WABD 2.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 00:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787492#M3752</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2017-02-03T00:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Searching Query</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787493#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Don't forget to mark this as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 01:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-searching-query/m-p/787493#M3753</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-03T01:04:56Z</dc:date>
    </item>
  </channel>
</rss>

