GSA / datagov-wptheme

Data.gov WordPress Theme (obsolete)
https://www.data.gov
Other
1.88k stars 411 forks source link

Suggested Feature in data.gov search: Autofill #576

Open lunawat opened 9 years ago

lunawat commented 9 years ago

Is there a reason why the search feature in data.gov does not have autofill like Google?

philipashlock commented 9 years ago

@kvuppala Do you know if this is possible with "autocomplete" in the API or if that's even used anywhere?

I don't think I've seen any CKAN instances where the main dataset searchbox has autocomplete.

kvuppala commented 9 years ago

Yes seems like package_autocomplete provides the datasets titles with the keywords typed in, not seen on any CKAN instances, but it must be using the underlying Solr capabilities, which we had used in other sites before.

JJediny commented 8 years ago

This would require use to build in a cache of titles from Solr/API as performance could be severely affected if done as a stand-alone request each time. Plugins used for reporting and harvesting do already use a asynchronous task manager in celery that could be extended to include a task to create one. Just a matter of priorities of current feature-requests