<?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: Adding functionality to the search widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548106#M15421</link>
    <description>&lt;P&gt;In that case, I recommend starting from scratch. It is usually easier than trying to modify an ESRI widget.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 16:17:09 GMT</pubDate>
    <dc:creator>JeffreyThompson2</dc:creator>
    <dc:date>2024-10-11T16:17:09Z</dc:date>
    <item>
      <title>Adding functionality to the search widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548058#M15412</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am attempting to create a modified version of Esri's search widget within Experience builder with additional functionality such as phonetic searching. I am however having troubles identifying where I would insert such an algorithm in code as there are a lot of different files and functions dedicated towards the search widget. Would anyone be able to point me in the right direction?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548058#M15412</guid>
      <dc:creator>HDan02</dc:creator>
      <dc:date>2024-10-11T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding functionality to the search widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548069#M15414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/843626"&gt;@HDan02&lt;/a&gt;&amp;nbsp;i've probably not the complete answer to your question, but i think this topic from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;can help you to understand how to insert correctly your code inside of the actual search widget :&amp;nbsp;&lt;A href="https://community.esri.com/t5/experience-builder-tips-and-tricks/modifying-esri-widgets-and-making-the-search/ba-p/1373949" target="_blank"&gt;https://community.esri.com/t5/experience-builder-tips-and-tricks/modifying-esri-widgets-and-making-the-search/ba-p/1373949&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548069#M15414</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2024-10-11T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding functionality to the search widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548089#M15418</link>
      <description>&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/create-locator.htm" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/create-locator.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;From your question, it sounds like you may need to build a custom geolocator in your Online/Enterprise Portal. I can't really advise you on how to do that. Hopefully, the link above can get you started. Once you have a working geolocator, you should be able to use it by just adding it as a Locator Source in the Search Widget.&lt;/P&gt;&lt;P&gt;If you want to make modifications inside the Search Widget, the link in&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/538746"&gt;@JasonBOCQUET&lt;/a&gt;'s post should be a good start.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548089#M15418</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-10-11T15:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding functionality to the search widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548093#M15420</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;I'm not using the search function to lookup places spatially. The use case of this custom widget will be for looking up strings in a database of existing street names.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548093#M15420</guid>
      <dc:creator>HDan02</dc:creator>
      <dc:date>2024-10-11T15:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding functionality to the search widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548106#M15421</link>
      <description>&lt;P&gt;In that case, I recommend starting from scratch. It is usually easier than trying to modify an ESRI widget.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 16:17:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/adding-functionality-to-the-search-widget/m-p/1548106#M15421</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-10-11T16:17:09Z</dc:date>
    </item>
  </channel>
</rss>

