Skip to content

Filter placeholder $STRUCT.<schema>.<field>$ only works for first match #734

Open
@arjay54

Description

@arjay54

I am trying to setup a organisation handbook with role descriptions and role assignments.
I created a serial data table with the role assignment, one person can have several roles.

---- struct serial ----
schema: person_role
cols: *
csv: 0

---- struct table ----
schema: role_activity
cols: *, %title%
filteror: role_responsible = S T R U C T . p e r s o n r o l e . r o l e n s
filteror: role_performing = S T R U C T . p e r s o n r o l e . r o l e n s
csv: 0

Filtering the role_activity table only works for the first role assigned. Further matches are not considered. Is there any solution?
Please help.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @arjay54

        Issue actions

          Filter placeholder $STRUCT.<schema>.<field>$ only works for first match · Issue #734 · cosmocode/dokuwiki-plugin-struct