<?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: how to get all results from all sources in Search widget Scene view in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-get-all-results-from-all-sources-in-search/m-p/1311454#M759</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/14718"&gt;@NadirHussain&lt;/a&gt;&amp;nbsp;&amp;nbsp;The issue with the second layer is that you are searching with non-English words&lt;/P&gt;&lt;P&gt;I am also facing this issue.&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-not-working-with-non-english/td-p/1310981" target="_blank" rel="noopener"&gt;Find the post here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 12:40:04 GMT</pubDate>
    <dc:creator>MohammedZaki</dc:creator>
    <dc:date>2023-07-25T12:40:04Z</dc:date>
    <item>
      <title>how to get all results from all sources in Search widget Scene view</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-get-all-results-from-all-sources-in-search/m-p/768072#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;i am using arcgis 4.15. i have a search widget.i want to get all results from all my sources which i place in sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var searchWidget = new Search({&lt;BR /&gt; view: view,&lt;BR /&gt; allPlaceholder: "Enter key word",&lt;BR /&gt; includeDefaultSources: false,&lt;BR /&gt; locationEnabled: false,&lt;BR /&gt; searchAllEnabled:true,&lt;BR /&gt; sources: [&lt;BR /&gt; {&lt;BR /&gt; //layer: featureLayerBoundry,&lt;BR /&gt; layer: new FeatureLayer({url: "",&lt;BR /&gt; outFields: ["*"],&lt;BR /&gt; popupTemplate: {&lt;BR /&gt; title: "Region: {Aname} &amp;lt;/br&amp;gt;"+&lt;BR /&gt; "Region English Name: {Ename}&amp;lt;br&amp;gt;"+&lt;BR /&gt; "Capital Arabic Name:{Capital_A}",&lt;BR /&gt; overwriteActions: true&lt;BR /&gt; }&lt;BR /&gt; }),&lt;BR /&gt; searchFields: ["Ename"],&lt;BR /&gt; displayField: "Ename",&lt;BR /&gt; exactMatch: false,&lt;BR /&gt; outFields: ["Aname", "Ename", "Capital_A","Capital_E "],&lt;BR /&gt; name: "Boundry",&lt;BR /&gt; placeholder: "Boundry Layer"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; //layer: featureLayerMoadBina,&lt;BR /&gt; layer: new FeatureLayer({url: "",&lt;BR /&gt; outFields: ["*"],&lt;BR /&gt; popupTemplate: {&lt;BR /&gt; title: "اسم الشركة"+":"+"{اسم_الشركة}"+"&amp;lt;/br&amp;gt;"+&lt;BR /&gt; "الامارة"+":"+"{الامارة}"+"&amp;lt;/br&amp;gt;"+&lt;BR /&gt; "رقم القرار"+":"+"{رقم_القرار}" ,&lt;BR /&gt; overwriteActions: true&lt;BR /&gt; }&lt;BR /&gt; }),&lt;BR /&gt; searchFields: ["اسم_الشركة ", "رقم_القرار"],&lt;BR /&gt; //suggestionTemplate: "{اسم_الشركة}, رقم_القرار: {رقم_القرار}",&lt;BR /&gt; exactMatch: false,&lt;BR /&gt; outFields: ["*"],&lt;BR /&gt; placeholder: "example: Casey",&lt;BR /&gt; name: "MoadBina",&lt;BR /&gt; zoomScale: 500000,&lt;BR /&gt; maxResults: 20,&lt;BR /&gt; maxSuggestions: 6,&lt;BR /&gt; suggestionsEnabled: true,&lt;BR /&gt; minSuggestCharacters: 0,&lt;BR /&gt; resultSymbol: {&lt;BR /&gt; type: "picture-marker", // autocasts as new PictureMarkerSymbol()&lt;BR /&gt; url:&lt;BR /&gt; "https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-multiplesource/live/images/senate.png",&lt;BR /&gt; height: 36&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;both layers are closed shapes.when i search something it give me only one result from second layer.there is no exact match.so it should return more than one result.but it return only one result.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2020 09:27:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-get-all-results-from-all-sources-in-search/m-p/768072#M68</guid>
      <dc:creator>NadirHussain</dc:creator>
      <dc:date>2020-06-07T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to get all results from all sources in Search widget Scene view</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-get-all-results-from-all-sources-in-search/m-p/1311454#M759</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/14718"&gt;@NadirHussain&lt;/a&gt;&amp;nbsp;&amp;nbsp;The issue with the second layer is that you are searching with non-English words&lt;/P&gt;&lt;P&gt;I am also facing this issue.&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-not-working-with-non-english/td-p/1310981" target="_blank" rel="noopener"&gt;Find the post here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-get-all-results-from-all-sources-in-search/m-p/1311454#M759</guid>
      <dc:creator>MohammedZaki</dc:creator>
      <dc:date>2023-07-25T12:40:04Z</dc:date>
    </item>
  </channel>
</rss>

