-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Filter by multiple labels #7283
Comments
@anna-geller @smunteankestra If we want to add the labels with the "IN" or the "NOT IN" operations, we need to carefully design the UI since it is not a standard select input but rather a text input with a specific (key: value) format |
Sorry it might be weird but maybe we can remove labels filtering option from |
@Piyush-r-bhaskar IMO users must be able to filter even by label(s) currently not being present on a table. Table pages are limited to 100 records but hundreds of thousands of records might exist in total. This makes navigating to a particular label to click on nearly impossible. @smunteankestra Right, filtering by more than a single label is crucial 🙂 E.g. |
Are we certain that fetching all available labels from executions isn't too costly operation? Maybe @brian-mulier-p could give his opinion on it. |
As of now I'm not sure we have what's needed to query for distinct label keys, we need to change our way to store it to query them more easily and in a less costly way I think (cc @loicmathieu) |
Note the possibly high cardinality of existing execution labels. This brings UI/UX implications. E.g. one of our environments contains 10+ unique label keys each holding tens to hundreds (with a prospect of reaching thousands) of unique values. |
To clarify: that "ideally" meant more "a nice to have bonus" 😉 totally makes sense to skip that, was a quick comment added during a call |
As @aeSouid already made some progress on this and shown us in the call this morning, I'll assign the issue to him. |
merged in develop labels.mp4 |
@aeSouid the comment above made clear that the check and active grey background needs to be removed 😢 |
@anna-geller as discussed yesterday with the frontend team and Nico, we will test it like this on the preview env and then decide whether to remove the check icon and the background. |
Feature description
@anna-geller would you approve adding filtering by multiple Labels on flows? (thinking customers might filter by 2-5 or more labels) currently we support just one label
has a brief chat with @aeSouid he said where a re some technical difcutiles with this - he will add some details, if you approve this
if this is not needed please close it
The text was updated successfully, but these errors were encountered: