Skip to content

search: add endpoint returning top N recent queries

Created by: ijt

There should be an endpoint in graphqlbackend that returns something like this:

select query, count(*) from recent_searches group by query order by count desc limit 100;