HumanSignal / HumanSignal/label-studio-sdk

Bug: Applying filters to tasks.list doesn't work

Open
#304 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.