mozilla / redash

This is a Mozilla fork of the re:dash project (https://redash.io/), where we do work to be contributed back to the upstream project and for our own custom needs.
BSD 2-Clause "Simplified" License
21 stars 21 forks source link

Add ability to search for dashboards and alerts #274

Open jezdez opened 6 years ago

jezdez commented 6 years ago

PR #270 added full-text search for queries but it may be useful to provide the same Postgres based search for the dashboards and alert views.

washort commented 6 years ago

Not sure this makes sense since the entire dashboard list is available client-side and there's no obvious search fields other than name.

arikfr commented 6 years ago

the entire dashboard list is available client-side

I'm not sure it will be like this forever...

there's no obvious search fields other than name.

There is an open pull request to add a description field & we can index widget titles and text boxes content.

rafrombrc commented 6 years ago

Once the discovery branch lands then the groundwork for adding full text for dashboards and alerts will be much better laid, holding off on implementing this until that happens.

jezdez commented 6 years ago

Moving this to m18 since this is less important than fixing the bugs.