<?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: Search Widget Issue in JS Maps SDK v4.26 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-issue-in-js-maps-sdk-v4-26/m-p/1271034#M80649</link>
    <description>&lt;P&gt;I believe I found some documentation explaining why this issue is occurring.&amp;nbsp; Looking at the&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LayerSearchSource.html" target="_blank" rel="noopener"&gt;Layer Search Source&lt;/A&gt;&amp;nbsp;documentation the following excerpt is stated:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;For&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;string&lt;/STRONG&gt;&amp;nbsp;&lt;SPAN&gt;field searches, there is &lt;STRONG&gt;no leading wildcard&lt;/STRONG&gt;. This effectively makes&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;exactMatch&lt;/STRONG&gt;&amp;nbsp;true&lt;SPAN&gt;, which will remove unnecessary search results and suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Wondering why this would be intentionally implemented.&amp;nbsp; There is already a property (exactMatch) available to those who would want to omit a leading wildcard.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas on how to overwrite or include a wildcard?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 17:58:05 GMT</pubDate>
    <dc:creator>EricErtl</dc:creator>
    <dc:date>2023-03-23T17:58:05Z</dc:date>
    <item>
      <title>Search Widget Issue in JS Maps SDK v4.26</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-issue-in-js-maps-sdk-v4-26/m-p/1270925#M80643</link>
      <description>&lt;P&gt;I have been using the Search Widget through several 4.x versions but the migration from v4.24 to v.4.26 is introducing problems with partial searches.&amp;nbsp; In 4.26, the partial search does not return "non-exact" matches in the suggestions.&amp;nbsp; The code is exactly the same in both versions (below) but the results are limited in v4.26 (see screengrabs).&amp;nbsp; Any one have any ideas on what would have changed?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var searchWidget = new Search({
	view: view,
	container: "search",
	allPlaceholder: "Search",
	locationEnabled: false,
	sources: [
		{
			layer: featureLayer,
			searchFields: ['ID', 'NM'],
			suggestionTemplate: '{NM} ({ID})',
			exactMatch: false,
			popupEnabled: true,
			outFields: ['*'],
			placeholder: 'Branch ID/Name',
			name: 'Search Branch ID/Name',
			zoomScale: 250000,
			resultSymbol: {
				type: 'simple-marker',
				color: [0, 0, 0, 0.9],
				style: 'circle',
				outline: {
				color: 'yellow',
				width: 1
				}
			}
		},
		{
			name: "USA Address Locator",
			placeholder: "Enter USA Address",
			singleLineFieldName: 'SingleLine',
			url: "https://..."
		}
	],
	includeDefaultSources: false,
});&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-03-23_9-01-40.png" style="width: 498px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66085i87F82E44E80386ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-03-23_9-01-40.png" alt="2023-03-23_9-01-40.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-issue-in-js-maps-sdk-v4-26/m-p/1270925#M80643</guid>
      <dc:creator>EricErtl</dc:creator>
      <dc:date>2023-03-23T15:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Issue in JS Maps SDK v4.26</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-issue-in-js-maps-sdk-v4-26/m-p/1271034#M80649</link>
      <description>&lt;P&gt;I believe I found some documentation explaining why this issue is occurring.&amp;nbsp; Looking at the&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LayerSearchSource.html" target="_blank" rel="noopener"&gt;Layer Search Source&lt;/A&gt;&amp;nbsp;documentation the following excerpt is stated:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;For&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;string&lt;/STRONG&gt;&amp;nbsp;&lt;SPAN&gt;field searches, there is &lt;STRONG&gt;no leading wildcard&lt;/STRONG&gt;. This effectively makes&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;exactMatch&lt;/STRONG&gt;&amp;nbsp;true&lt;SPAN&gt;, which will remove unnecessary search results and suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Wondering why this would be intentionally implemented.&amp;nbsp; There is already a property (exactMatch) available to those who would want to omit a leading wildcard.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas on how to overwrite or include a wildcard?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 17:58:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-issue-in-js-maps-sdk-v4-26/m-p/1271034#M80649</guid>
      <dc:creator>EricErtl</dc:creator>
      <dc:date>2023-03-23T17:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Issue in JS Maps SDK v4.26</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-issue-in-js-maps-sdk-v4-26/m-p/1271081#M80651</link>
      <description>&lt;P&gt;Yes, please see &lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-4-25-deep-searching-feature-layer/m-p/1234281" target="_self"&gt;this thread&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 19:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-issue-in-js-maps-sdk-v4-26/m-p/1271081#M80651</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2023-03-23T19:13:47Z</dc:date>
    </item>
  </channel>
</rss>

