Skip to content

Allow multiple values for a single key in ls(include) #6

@BigRoy

Description

@BigRoy

Goal

If you'd want to filter to a subset of multiple values for a single key you'd currently have to perform multiple queries. Or a single larger query filtering the results afterwards.

Preferrably we would allow multiple values to be passed in and to be used during the globbing.

Example

For example allowing a tuple to be passed in as value. Here I'm filtering the family key to only allow model or rig in the subset.

ls("{family}/{data}", include={"family": ("model", "rig")})

This would similarly be of interest (or even more be of interest?) to exclude as proposed in #5.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions