<?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: Flex API Search - Autocomplete in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666140#M14956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I remember someone actually creating an autocomplete widget that seemed to work well. Attached is the source code and the compiled code that was posted a while ago. I did not write this and it was originally compiled to work in the 2.2 API, may need some updating and tweaking.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 12:17:38 GMT</pubDate>
    <dc:creator>AaronNash1</dc:creator>
    <dc:date>2013-06-07T12:17:38Z</dc:date>
    <item>
      <title>Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666133#M14949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am currently looking at ways to implement an autocomplete search for a Flex application I'm building. So the user needs to be able to search for addresses and roads and have the text autocomplete like Googles search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A co-worker of mine has successfully implemented this through using Flex flash commander and a web service to query the data in SQL server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking there must be better ways to do this, by either querying the map service, using a geocoder or having the data in an XML file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Previously, I've been doing it through a geocoder, but not sure how you could get a type ahead to work with that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea on this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 23:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666133#M14949</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2012-07-31T23:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666134#M14950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you able to complete this task?&amp;nbsp; If so, would you please share your ideas with me?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 14:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666134#M14950</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-06-03T14:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666135#M14951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;here is a simple one using an Actionscript file as the database&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 15:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666135#M14951</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2013-06-03T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666136#M14952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shaun,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The search in the header controller can auto predict against a geocode service, or layers in a map service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 17:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666136#M14952</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-06-03T17:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666137#M14953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron - Thank you for this simple example.&amp;nbsp; Using Actionscript file as the database, you have to keep updating the data to most current one, right?&amp;nbsp; How about connect to sql database?&amp;nbsp; Do you have any ideas to do so?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony-&amp;nbsp; Do you know how to replace text box from esearch with this search in the header controller?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 18:31:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666137#M14953</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-06-03T18:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666138#M14954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you would need to keep updating it, the data sent was a list of street names. If you created a webservice accessing the data you wish to publish in SQL, then you can use Flash Builder to connect to the web service and use that to autocomplete. The complicated part is just set up the webservice. &lt;/SPAN&gt;&lt;A href="http://www.codeproject.com/Articles/37649/Flex-Communication-with-ASP-NET-WebService"&gt;Here&lt;/A&gt;&lt;SPAN&gt; is a tutorial on setting up a webservice that access SQL and linking it to a Flex Application, it is a little out dated but the concepts are there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 19:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666138#M14954</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2013-06-03T19:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666139#M14955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will try to then give your a feedback.&amp;nbsp; I really appreciated your time.&amp;nbsp; It would nice if someone complete this task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 12:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666139#M14955</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-06-04T12:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666140#M14956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I remember someone actually creating an autocomplete widget that seemed to work well. Attached is the source code and the compiled code that was posted a while ago. I did not write this and it was originally compiled to work in the 2.2 API, may need some updating and tweaking.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 12:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666140#M14956</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2013-06-07T12:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API Search - Autocomplete</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666141#M14957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I try this before but only return limited number of records based on your setting. If you have 120,000 parcels then it will slow down your server.&amp;nbsp; If can use ideas from geooder would be great just like search box on header controller.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 17:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-search-autocomplete/m-p/666141#M14957</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-06-07T17:32:45Z</dc:date>
    </item>
  </channel>
</rss>

