HumanSignal / HumanSignal/label-studio-sdk
Bug: Applying filters to tasks.list doesn't work
Open
- Dominant language
- Python
- Stars
- 192
- Forks
- 127
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.