You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to apply multiple filters (e.g., on projects or datasets), the interface does not allow switching between the logical operators “AND” and “OR.” As a result, you can only use one operator, limiting the flexibility of filter combinations.
To Reproduce
Steps to reproduce the behavior:
Go to the page where you can see projects and click on any.
Now that you are inside a dataset, you can filter the data based on its metadata
Add a filter (e.g., by status or date).
Attempt to add another filter and try to which to a different logical operator (switch from “AND” to “OR,” or vice versa).
Notice that the interface does let you switch but both the operators, for both the filters switched.
Expected behavior
The filtering interface should allow selecting either “AND” or “OR” for each additional filter, enabling more complex and flexible queries based on multiple conditions.
Screenshots
Environment
HOST:
OS: RHEL
Label studio version 1.16.0 (image heartexlabs/label-studio:1.16.0)
Run in docker compose
CLIENT:
OS: Windows
Browser: Edge and Opera
The text was updated successfully, but these errors were encountered:
We apologize for any inconvienence this might have caused. Currently, the filtering mechanism doesn't allow for the combination of AND/ OR operators to be applied.
As a workaround, you might consider one of the following:
Separate Queries: Run separate filter queries and then combine the results externally.
Using the SDK: If you’re comfortable with the Label Studio SDK, you can fetch tasks using your current filters and then post-process the results programmatically to achieve more complex logic.
We appreciate your feedback, and your request for enhanced filtering flexibility is noted for future improvements. Please let me know if you need any further assistance or additional details.
Describe the bug
When attempting to apply multiple filters (e.g., on projects or datasets), the interface does not allow switching between the logical operators “AND” and “OR.” As a result, you can only use one operator, limiting the flexibility of filter combinations.
To Reproduce
Expected behavior
The filtering interface should allow selecting either “AND” or “OR” for each additional filter, enabling more complex and flexible queries based on multiple conditions.
Screenshots

Environment
HOST:
CLIENT:
The text was updated successfully, but these errors were encountered: