dutchcoders / marija

Data exploration and visualisation for Elasticsearch and Splunk.
GNU Affero General Public License v3.0
236 stars 29 forks source link

Autocomplete for query history #46

Open nl5887 opened 7 years ago

Thomas-Kuipers commented 6 years ago

I think the best way to do this would be storing the queries in the database, so users see other users' query history too. An alternative is storing it in local storage, which would be a lot easier but also a lot less useful.