Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

allow wildcards in filters #131

Open
cbarraford opened this issue May 15, 2013 · 2 comments
Open

allow wildcards in filters #131

cbarraford opened this issue May 15, 2013 · 2 comments

Comments

@cbarraford
Copy link

It would be nice to allow wildcards ("*") when filtering. Or even better regex?

@nstielau
Copy link
Contributor

Yeah, that would be nice. There are two different UX mechanisms at play, real-time filtering and auto-completion suggestions. These are similar, but different. It is possible to do both (Graphite does in the web UI), but it can be confusing (Try doing a wildcard in Graphite, you have to let it give you autocomplete results, but then ignore them, press escape, and and type a * or whatever).

I'd prefer realtime filtering over the current autocomplete feature. Generally, I know enough about what I'm looking for that the suggestions aren't helpful, but thats just my preference.

@amdprophet
Copy link
Member

We tried playing around with more powerful filtering (wildcards, fuzzy searching, etc.) before but performance sucked. I'll gladly accept any pull requests that don't hinder performance though!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants