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
The text was updated successfully, but these errors were encountered:
svecile
changed the title
Bug: Webhook 'ANNOTATIONS_DELETED' returns incorrect information and applying filters to tasks.list doesn't work
Bug: Applying filters to tasks.list doesn't work
Sep 12, 2024
label-studio-sdk version: 1.0.5, label studio version: 1.13.1 (Docker deployment)
When i try to apply a filter it always returns all the tasks not just the one i'm filtering for and no error is received
filters = Filters.create(Filters.AND, [Filters.item(Column.inner_id, Operator.EQUAL, Type.Number, Filters.value(1))])
task = ls.tasks.list(project=project_id, query={"filters": filters})
Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: