<?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: REST Geocoding Service, Find Address Candidate using fewest Characters in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-geocoding-service-find-address-candidate/m-p/1333608#M4568</link>
    <description>&lt;P&gt;Thanks for posting this question.&amp;nbsp; You should be using the suggest API to get partial suggestions for input, not the findAddressCandidates API.&amp;nbsp; Once you get the suggestion you want you would pass the suggest text, magicKey, and all parameters that you passed to the findAddressCandidates API to get the full result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggest API for World Geocoding Service (it will be similar to what you are doing but the software is much newer than 10.7.1 for the online service):&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm" target="_blank"&gt;https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FindAddressCandidates:&amp;nbsp;&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm" target="_blank"&gt;https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find some code samples in there that should give you everything you need but let me know if you have any additional questions.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2023 21:32:28 GMT</pubDate>
    <dc:creator>BradNiemand</dc:creator>
    <dc:date>2023-09-28T21:32:28Z</dc:date>
    <item>
      <title>REST Geocoding Service, Find Address Candidate using fewest Characters</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-geocoding-service-find-address-candidate/m-p/1331414#M4560</link>
      <description>&lt;P&gt;I'm probably being greedy but I want my REST geocoding service to return a result if I type 5-6 characters.&amp;nbsp; If the full address is 96 Semple Farm Rd or 22 Lincoln St and I type "96 Sem" or "22 lin" I should get something besides "None".&amp;nbsp; I've turned the Match and Candidate scores down to 40 then 20 and now to 10. Nothing changes.&amp;nbsp;&amp;nbsp;&lt;A href="https://webgis2.hampton.gov/server/rest/services/Web/ProPointAddr12/GeocodeServer" target="_blank" rel="noopener"&gt;https://webgis2.hampton.gov/server/rest/services/Web/ProPointAddr12/GeocodeServer&lt;/A&gt;&amp;nbsp; I'm using Pro 3.1.3 to create a Multirole Locator using Address points and Centerline.&amp;nbsp; Then I save as "Offline Service Definition". Then in ArcGIS Server Manager 10.7.1, I publish the service using the .sd.&amp;nbsp; In Pro I can specify my locator to use (not the geocoding service) using the Locate binocular tool on the Map tab.&amp;nbsp; It successfully suggests the correct address using only 96 Semp and 22 lin .&amp;nbsp; Why won't the Rest service behave the same if it's based on the same Locator?&amp;nbsp; Thank you!!!&amp;nbsp; Allan&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AllanLambert_0-1695385742084.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/81365iB1F4060932918484/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AllanLambert_0-1695385742084.png" alt="AllanLambert_0-1695385742084.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 14:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-geocoding-service-find-address-candidate/m-p/1331414#M4560</guid>
      <dc:creator>AllanLambert</dc:creator>
      <dc:date>2023-09-22T14:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: REST Geocoding Service, Find Address Candidate using fewest Characters</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-geocoding-service-find-address-candidate/m-p/1333608#M4568</link>
      <description>&lt;P&gt;Thanks for posting this question.&amp;nbsp; You should be using the suggest API to get partial suggestions for input, not the findAddressCandidates API.&amp;nbsp; Once you get the suggestion you want you would pass the suggest text, magicKey, and all parameters that you passed to the findAddressCandidates API to get the full result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggest API for World Geocoding Service (it will be similar to what you are doing but the software is much newer than 10.7.1 for the online service):&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm" target="_blank"&gt;https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FindAddressCandidates:&amp;nbsp;&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm" target="_blank"&gt;https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find some code samples in there that should give you everything you need but let me know if you have any additional questions.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 21:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-geocoding-service-find-address-candidate/m-p/1333608#M4568</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2023-09-28T21:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: REST Geocoding Service, Find Address Candidate using fewest Characters</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-geocoding-service-find-address-candidate/m-p/1335167#M4581</link>
      <description>&lt;P&gt;Thank you Brad.&amp;nbsp; I forwarded this to our vendor who was telling us WE were missing something in our locator.&amp;nbsp; Vendors.....&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 20:39:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-geocoding-service-find-address-candidate/m-p/1335167#M4581</guid>
      <dc:creator>AllanLambert</dc:creator>
      <dc:date>2023-10-04T20:39:29Z</dc:date>
    </item>
  </channel>
</rss>

