Closed
Description
Current state
You can add collection filters to a dashboard and then search using them using the search bar on the index page.
Problem
These collection filters are not discoverable. You have to know about them already to know how to use them.
Potential solution
Add a tooltip next to the search box when collection filters are provided. Probably with an option to disable the tooltip in case some people do not want it.
We could dynamically populate the content based on the collection filters. Eg.
I appreciate we might not want to introduce tooltip code and assets just for this one thing. I don't know if there are other issues / future features on the roadmap that could also benefit from tooltips?
Alternatives
- Using the input placeholder or somehow inlining the filter options - but these don't scale very well if you have a few filters
- Linking to a new page which lists the filter options
- Something else?