ckan / ideas

[DEPRECATED] Use the main CKAN repo Discussions instead:
https://github.com/ckan/ckan/discussions
40 stars 2 forks source link

Track frequent/unsuccessful search queries in ckanext-stats #173

Open torfsen opened 8 years ago

torfsen commented 8 years ago

I'm interested in tracking what users search for, so that I can try to offer more datasets for these topics. Ideally I'd like to track both the queries and the number of results they returned so that I can identify topics which are requested often but for which no or only few datasets are available.

From my (limited) research it seems that Solr currently does not offer such a feature, so implementing this in CKAN (e.g. in ckanext-stats) seems like a good idea.