I'm not interested in the geocoder widget, but rather an example that could be modified to search a list of named polygons (buildings, parcels, whatever) on a layer. I did find one suitable example here in the forums but unfortunately for me it was not written in English.
Hi John,
You can have a look at the twitter typehead lib:
another example is the esri github.io page : Esri GitHub | Open Source and Example Projects from the Esri Developer Platform
We have a sample using typehead with an arcgisonline feature service here : typeahead.js – examples
Hope this help !
Arno
Arno
Thank you
Your example is exactly what I’m looking for.
I second the use of typeahead.js it is a great tool and pretty fast. Here is a site I built using it for our search functionality you can check it out in action.