<?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: Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289437#M26623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Will try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2020 04:48:26 GMT</pubDate>
    <dc:creator>PriyankaRaja</dc:creator>
    <dc:date>2020-06-24T04:48:26Z</dc:date>
    <item>
      <title>Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289431#M26617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is my code kindly help me out&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//searchwidget start&lt;BR /&gt; const searchWidget = new Search({&lt;BR /&gt; view: view,&lt;BR /&gt; locationEnabled: true,&lt;BR /&gt; includeDefaultSources: false,&lt;BR /&gt; allPlaceholder: "Search Location...",&lt;BR /&gt; sources: [{&lt;BR /&gt; locator: new Locator({ url: "http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"}),&lt;BR /&gt; countryCode:"US",&lt;BR /&gt; categories:["Address" ,"Postal"],&lt;BR /&gt; extent: {xmin:"-97.610790582999954", ymin:" 42.938855766000046", xmax:"-90.790790582999961", ymax:"49.758855766000039"},&lt;BR /&gt; &lt;BR /&gt; "spatialReference": {&lt;BR /&gt; "wkid": 4326&lt;BR /&gt; },&lt;BR /&gt; singleLineFieldName: "SingleLine",&lt;BR /&gt; outFields: ["State", "Addr_type"],&lt;BR /&gt; suffix: ",Minnesota,MN,USA",&lt;BR /&gt; filter: {where: "State = 'Minnesota'"},&lt;BR /&gt; maxResults: 10,&lt;BR /&gt; maxSuggestions: 5,&lt;BR /&gt; suggestionsEnabled: true,&lt;BR /&gt; minSuggestCharacters: 4,&lt;BR /&gt; placeholder:"Find address"&lt;BR /&gt; }]&lt;BR /&gt; });&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 03:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289431#M26617</guid>
      <dc:creator>PriyankaRaja</dc:creator>
      <dc:date>2020-06-11T03:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289432#M26618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure here, as I tested your code and it appears to work fine:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://codepen.io/noash/pen/jOWMwEm" title="https://codepen.io/noash/pen/jOWMwEm"&gt;https://codepen.io/noash/pen/jOWMwEm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are a couple resources I looked at, there are things I would change about your code, but I'm not sure that there is an issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;How To: Limit geocoding results to a specific area&lt;/PRE&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000019446" title="https://support.esri.com/en/technical-article/000019446"&gt;How To: Limit geocoding results to a specific area&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;World Geocoder for ArcGIS - FAQ&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/~/media/Files/Pdfs/data/esri_data/pdfs/world-geocoder-faqs.pdf" title="https://www.esri.com/~/media/Files/Pdfs/data/esri_data/pdfs/world-geocoder-faqs.pdf"&gt;https://www.esri.com/~/media/Files/Pdfs/data/esri_data/pdfs/world-geocoder-faqs.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 22:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289432#M26618</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-06-15T22:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289433#M26619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you type wisconsin it will show results from wisconsin state that should not be the case what ever i type it should filter results only from minnesota state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i used the search-extent to specific rings am experiencing the same issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me look into the other links which you have given&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 03:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289433#M26619</guid>
      <dc:creator>PriyankaRaja</dc:creator>
      <dc:date>2020-06-16T03:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289434#M26620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However, when typing in places that you'd expect to see in Wisconsin (Madison, Milwaukee, etc), the widget only presents locations in Minnesota. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/496773_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289434#M26620</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2020-06-16T13:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289435#M26621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes its taking the suffix and displaying the result, there is no use of filter statement even if you hide the statement it is filtering result based on the suffix given, do we have any specific code for this issue??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 03:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289435#M26621</guid>
      <dc:creator>PriyankaRaja</dc:creator>
      <dc:date>2020-06-17T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289436#M26622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your View is not filtered. Try adding a view filter – some code examples are here&lt;BR /&gt;https://developers.arcgis.com/labs/javascript/filter-a-feature-layer/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 19:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289436#M26622</guid>
      <dc:creator>HarishPalaniappan</dc:creator>
      <dc:date>2020-06-18T19:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Im looking to refine the search result only to minnesota state but i could not as its also filtering results from other state even after adding the filter statement</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289437#M26623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Will try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 04:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/im-looking-to-refine-the-search-result-only-to/m-p/289437#M26623</guid>
      <dc:creator>PriyankaRaja</dc:creator>
      <dc:date>2020-06-24T04:48:26Z</dc:date>
    </item>
  </channel>
</rss>

