<?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: Geocoder: Default on Layer Search or Multiple Search? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-default-on-layer-search-or-multiple/m-p/301053#M7994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;here is one way to modify this in the widget's .js code:&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.6666666666667px; font-family: Arial; color: #000000;"&gt;Line 199 in [...]\arcgis-web-appbuilder-1.1\server\apps\[...]\widgets\Geocoder\Widget.js&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;//geocoding widget &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000; font-weight: bold;"&gt;original configuration&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;: geocoding service is default, feature layer search is secondary choice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;this.config.geocoder.geocoders = this.config.geocoder.geocoders.concat(querys);&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;//geocoding widget will &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000; font-weight: bold;"&gt;only contain the feature layer search&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;this.config.geocoder.geocoders = querys;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;//geocoding widget will contain &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000; font-weight: bold;"&gt;both geocoder + feature layer search and will default to feature layer search.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;this.config.geocoder.geocoders = querys.concat(this.config.geocoder.geocoders);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 23:56:33 GMT</pubDate>
    <dc:creator>TobiasFimpel1</dc:creator>
    <dc:date>2015-06-24T23:56:33Z</dc:date>
    <item>
      <title>Geocoder: Default on Layer Search or Multiple Search?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-default-on-layer-search-or-multiple/m-p/301052#M7993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to set the geocoder widget to default on the searchable layer upon open? Or is there already a downloadable widget somewhere that allows me to search layers and the geocoder at the same time? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 18:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-default-on-layer-search-or-multiple/m-p/301052#M7993</guid>
      <dc:creator>AdamAraza1</dc:creator>
      <dc:date>2015-06-24T18:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder: Default on Layer Search or Multiple Search?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-default-on-layer-search-or-multiple/m-p/301053#M7994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;here is one way to modify this in the widget's .js code:&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.6666666666667px; font-family: Arial; color: #000000;"&gt;Line 199 in [...]\arcgis-web-appbuilder-1.1\server\apps\[...]\widgets\Geocoder\Widget.js&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;//geocoding widget &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000; font-weight: bold;"&gt;original configuration&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;: geocoding service is default, feature layer search is secondary choice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;this.config.geocoder.geocoders = this.config.geocoder.geocoders.concat(querys);&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;//geocoding widget will &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000; font-weight: bold;"&gt;only contain the feature layer search&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;this.config.geocoder.geocoders = querys;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;//geocoding widget will contain &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000; font-weight: bold;"&gt;both geocoder + feature layer search and will default to feature layer search.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.6666666666667px; font-family: 'Courier New'; color: #000000;"&gt;this.config.geocoder.geocoders = querys.concat(this.config.geocoder.geocoders);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-default-on-layer-search-or-multiple/m-p/301053#M7994</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2015-06-24T23:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder: Default on Layer Search or Multiple Search?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-default-on-layer-search-or-multiple/m-p/301054#M7995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;If you want to search features, you need to add a query type geocoder object to config.geocoder.geocoders.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/113098_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next release will use search widget replace Geocoder, so users could set searchable layer in setting page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 02:01:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-default-on-layer-search-or-multiple/m-p/301054#M7995</guid>
      <dc:creator>ZeZhengLi</dc:creator>
      <dc:date>2015-06-25T02:01:08Z</dc:date>
    </item>
  </channel>
</rss>

