explorerhq / sql-explorer

SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor, with AI assistance.
https://www.sqlexplorer.io
Other
2.74k stars 363 forks source link

Enhancement: Filtering on the query logs #665

Open chrisclark opened 4 weeks ago

chrisclark commented 4 weeks ago

As described. Would be nice to have basic filter capabilities:

AndresOsinski commented 2 weeks ago

Hi there! I'd be happy to take this on. Any details/spec on what's currently needed?

chrisclark commented 1 week ago

Hi @AndresOsinski thanks! I think using django-filter might be the ticket:

https://django-filter.readthedocs.io/en/main/

Perhaps it would also be easy to put this on the main query list view? And pagination of that view?