Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coherence in filter values on lots of data #42544

Open
paoliniluis opened this issue May 10, 2024 · 2 comments
Open

Coherence in filter values on lots of data #42544

paoliniluis opened this issue May 10, 2024 · 2 comments
Labels
.Completeness Priority:P3 Cosmetic bugs, minor bugs with a clear workaround Querying/GUI Query builder catch-all, including simple mode .Team/QueryingComponents Type:Bug Product defects

Comments

@paoliniluis
Copy link
Contributor

Describe the bug

There's an interesting case on filters: let's say that you have a lot of unique values in the data that exceed the limit we have. If that happens we'll show a search box or an input box as the default behavior of the filter.

But you can currently override that: do a question (SQL or GUI), then add the filter and tell the filter to use the values of the query (yes, you'll lose cascading filters in this way), but you made your filter now to use tons of values

To Reproduce

see above

Expected behavior

We should make this behavior coherent, or just put the documentation together to make this a supported use case for big filters

Logs

NA

Information about your Metabase installation

since... forever

Severity

P3

Additional context

No response

@paoliniluis paoliniluis added Type:Bug Product defects Priority:P3 Cosmetic bugs, minor bugs with a clear workaround .Completeness labels May 10, 2024
@ranquild ranquild added Querying/GUI Query builder catch-all, including simple mode .Team/QueryingComponents labels May 20, 2024
@mazameli
Copy link
Contributor

What would "make this behavior coherent" look like in your mind, @paoliniluis? Tell the user "woah, this is gonna be a ton of options in this filter"?

@paoliniluis
Copy link
Contributor Author

@mazameli I know that this one is tricky, but one of our customers has been hammering on this one for a while. I believe we should chat with them to see what’s their suggestion since:

  1. there are a lot of unique filter values and that’s why we show a search box
  2. they seem to need all those filter values and that will clog their browser, but that’s why they get all those values via a query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Completeness Priority:P3 Cosmetic bugs, minor bugs with a clear workaround Querying/GUI Query builder catch-all, including simple mode .Team/QueryingComponents Type:Bug Product defects
Projects
None yet
Development

No branches or pull requests

3 participants