<?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 Add Stream Layer as Source in Search Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-stream-layer-as-source-in-search-widget/m-p/1199296#M78170</link>
    <description>&lt;P&gt;I have trouble getting the Search Widget to work with a Stream Layer as a Source. I have followed this&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-multiplesource/" target="_blank" rel="noopener"&gt;Search widget with multiple sources | Sample Code | ArcGIS API for JavaScript 4.24 | ArcGIS Developers&lt;/A&gt;&amp;nbsp;sample code and get the widget to work with a Feature Layer, but not with the Stream Layer.&lt;/P&gt;&lt;P&gt;Does the Search Widget support Stream Layers as a source? Or is there something wrong with the Fields in my&amp;nbsp; Stream Layer?&amp;nbsp;I can add that I get no errors when I run the code, the Search function just don't find anything from my Stream Layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will paste the current code where the Feature Layer as a source work but not the Stream Layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Code: (removed after edit)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 10 Aug 2022 12:02:49 GMT</pubDate>
    <dc:creator>ElviraForslund</dc:creator>
    <dc:date>2022-08-10T12:02:49Z</dc:date>
    <item>
      <title>Add Stream Layer as Source in Search Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-stream-layer-as-source-in-search-widget/m-p/1199296#M78170</link>
      <description>&lt;P&gt;I have trouble getting the Search Widget to work with a Stream Layer as a Source. I have followed this&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-multiplesource/" target="_blank" rel="noopener"&gt;Search widget with multiple sources | Sample Code | ArcGIS API for JavaScript 4.24 | ArcGIS Developers&lt;/A&gt;&amp;nbsp;sample code and get the widget to work with a Feature Layer, but not with the Stream Layer.&lt;/P&gt;&lt;P&gt;Does the Search Widget support Stream Layers as a source? Or is there something wrong with the Fields in my&amp;nbsp; Stream Layer?&amp;nbsp;I can add that I get no errors when I run the code, the Search function just don't find anything from my Stream Layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will paste the current code where the Feature Layer as a source work but not the Stream Layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Code: (removed after edit)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Aug 2022 12:02:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-stream-layer-as-source-in-search-widget/m-p/1199296#M78170</guid>
      <dc:creator>ElviraForslund</dc:creator>
      <dc:date>2022-08-10T12:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add Stream Layer as Source in Search Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-stream-layer-as-source-in-search-widget/m-p/1200457#M78214</link>
      <description>&lt;P&gt;Hi Elvira,&amp;nbsp;&lt;BR /&gt;No, the Search widget does not work with StreamLayer.&lt;BR /&gt;&lt;BR /&gt;See&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;The Search widget provides a way to perform search operations on&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html" target="_blank"&gt;locator service(s)&lt;/A&gt;,&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html" target="_blank"&gt;map&lt;/A&gt;/&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html" target="_blank"&gt;feature&lt;/A&gt;&amp;nbsp;service feature layer(s),&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html" target="_blank"&gt;SceneLayers&lt;/A&gt;&amp;nbsp;with an associated feature layer,&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-buildingSublayers-BuildingComponentSublayer.html" target="_blank"&gt;BuildingComponentSublayer&lt;/A&gt;&amp;nbsp;with an associated feature layer,&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html" target="_blank"&gt;GeoJSONLayer&lt;/A&gt;,&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html" target="_blank"&gt;CSVLayer&lt;/A&gt;,&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html" target="_blank"&gt;OGCFeatureLayer&lt;/A&gt;, and/or&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-SearchTable.html" target="_blank"&gt;table(s)&lt;/A&gt;. If using a locator with a geocoding service, the&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm" target="_blank" rel="noopener"&gt;findAddressCandidates&lt;/A&gt;&amp;nbsp;operation is used, whereas&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html" target="_blank"&gt;queries&lt;/A&gt;&amp;nbsp;are used on feature layers.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 08 Aug 2022 16:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-stream-layer-as-source-in-search-widget/m-p/1200457#M78214</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2022-08-08T16:34:31Z</dc:date>
    </item>
  </channel>
</rss>

