Skip to content

Feature request: Filtering list values #2563

@disconsented

Description

@disconsented

Say I have a predicate timestamps:[datetime] @index(month) @count . and I only want values between a range.
Currently, since the inequality functions require a predicate of some kind you can't use it to filter values as suggested in #2271, additionally that returns everything as long as there is a value within that range (rather than just the values you want). The current workaround that I have come up with is converting timestamps to a UID from [datetime] and then creating another timestamp type but this has the downside of 2 predicates + N UID's to deal with elsewhere.

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

    Issue actions