Skip to content

Conversation

@iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Jan 14, 2026

Changelog Description

Added filters argument to entity methods to allow advanced filtering using filter conditions.

Additional review information

Advanced filtering does allow to filter entities in more sophisticated way with multiple conditions having or/and and also allows to filter by attribute values. Example can be found here.

Testing notes:

  1. E.g. use one of the methods to filter entities by an attribute value.

Example filter

filters={
    "conditions": [
        {
            "key": "attrib.ftrackId",
            "operator": "eq",
            "value": "my-ftrack-id",
        }
    ],
    "operator": "and",
}

@iLLiCiTiT iLLiCiTiT self-assigned this Jan 14, 2026
@iLLiCiTiT iLLiCiTiT added the type: enhancement New feature or request label Jan 14, 2026
@iLLiCiTiT iLLiCiTiT requested review from antirotor and kalisp January 14, 2026 10:45
@iLLiCiTiT iLLiCiTiT merged commit 9bd0ff4 into develop Jan 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants