<?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 Search Widget, remove &amp;quot;all&amp;quot; setting in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731809#M19276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to remove the "all" feature from the out of the box search widget in WAB 2.0.&amp;nbsp; Every time a search is done with the "all" setting it bogs down our server to a crawl.&amp;nbsp; Any ideas?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 17:04:59 GMT</pubDate>
    <dc:creator>LeoLadefian5</dc:creator>
    <dc:date>2016-05-19T17:04:59Z</dc:date>
    <item>
      <title>Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731809#M19276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to remove the "all" feature from the out of the box search widget in WAB 2.0.&amp;nbsp; Every time a search is done with the "all" setting it bogs down our server to a crawl.&amp;nbsp; Any ideas?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731809#M19276</guid>
      <dc:creator>LeoLadefian5</dc:creator>
      <dc:date>2016-05-19T17:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731810#M19277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Add enableSearchingAll: false to the Widget.js startup function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.searchDijit = new Search({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activeSourceIndex: searchSouces.length === 1 ? 0 : 'all',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allPlaceholder: jimuUtils.stripHTML(esriLang.isDefined(this.config.allPlaceholder) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.config.allPlaceholder : ""),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoSelect: true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enableButtonMode: false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enableLabel: false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enableInfoWindow: true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enableHighlight: esriLang.isDefined(this.config.showInfoWindowOnSelect) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !!this.config.showInfoWindowOnSelect : true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; showInfoWindowOnSelect: esriLang.isDefined(this.config.showInfoWindowOnSelect) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !!this.config.showInfoWindowOnSelect : true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: this.map,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sources: searchSouces,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; theme: 'arcgisSearch'&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; enableSearchingAll: false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731810#M19277</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-19T17:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731811#M19278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that removed the all search, however I'm still able to search all the layers through the default box, any way to disable that and replace it with text instructions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 18:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731811#M19278</guid>
      <dc:creator>LeoLadefian5</dc:creator>
      <dc:date>2016-05-19T18:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731812#M19279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; With the enableSearchingAll set to false the search widget will be searching the first source in the list. So if you have a normal setup then the "esri world geocoder" will be searched and not all items in the sources as before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 18:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731812#M19279</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-19T18:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731813#M19280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can test it for me, I still get results from ESRI World geocoder and "Parcel address search"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try "2235 1st ave ne"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.atlantaga.gov/dpcdviewer/" title="http://gis.atlantaga.gov/dpcdviewer/"&gt;Property Information Viewer&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731813#M19280</guid>
      <dc:creator>LeoLadefian5</dc:creator>
      <dc:date>2016-05-19T19:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731814#M19281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yep this looks like a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 20:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731814#M19281</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-19T20:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731815#M19282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed this by changing the active source index to 0.&lt;/P&gt;&lt;P&gt;Since if you have multiple sources the default constructor will always resolve to 'all'&lt;/P&gt;&lt;P&gt;I also added in what Robert said to&amp;nbsp;remove the all option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.searchDijit = new Search({&lt;BR /&gt; //activeSourceIndex: searchSouces.length === 1 ? 0 : 'all', CHANGED THIS LINE TO BELOW&lt;BR /&gt; activeSourceIndex: 0,&lt;BR /&gt; allPlaceholder: jimuUtils.stripHTML(esriLang.isDefined(this.config.allPlaceholder) ?&lt;BR /&gt; this.config.allPlaceholder : ""),&lt;BR /&gt; autoSelect: true,&lt;BR /&gt; enableButtonMode: false,&lt;BR /&gt; enableLabel: false,&lt;BR /&gt; enableInfoWindow: true,&lt;BR /&gt; enableHighlight: esriLang.isDefined(this.config.showInfoWindowOnSelect) ?&lt;BR /&gt; !!this.config.showInfoWindowOnSelect : true,&lt;BR /&gt; showInfoWindowOnSelect: esriLang.isDefined(this.config.showInfoWindowOnSelect) ?&lt;BR /&gt; !!this.config.showInfoWindowOnSelect : true,&lt;BR /&gt; map: this.map,&lt;BR /&gt; sources: searchSouces,&lt;BR /&gt; theme: 'arcgisSearch',&lt;BR /&gt; enableSearchingAll: false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 18:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731815#M19282</guid>
      <dc:creator>DavidOlson1</dc:creator>
      <dc:date>2017-02-23T18:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, remove "all" setting</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731816#M19283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works great in WAB. Are you able to add this to arcgis portal as a custom widget? I'm getting errors trying to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 01:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/search-widget-remove-quot-all-quot-setting/m-p/731816#M19283</guid>
      <dc:creator>chrisjones2</dc:creator>
      <dc:date>2020-10-28T01:24:21Z</dc:date>
    </item>
  </channel>
</rss>

