Skip to content

Fix 'attribute' filters parameter behaviour #119

Open
@flexferrum

Description

@flexferrum

According to the Jinja2 python implementation 'attribute' param should support chained attribute access (include indexes). I.e., for instance, list | map(attribute='attr1.attr2.0.attr3') should access attr3 attribute of 0th element of attr2 attribute value of attr1 attribute value of each list item.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghacktoberfestIssues for Hacktoberfest

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions