explorerhq/sql-explorer

Enhancement: Filtering on the query logs

chrisclark opened this issue · 2 comments

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

  • Filter by connection
  • Run by you

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

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?