Skip to content

Cubes with schema:expires in the future are excluded #2526

@BenjaminHofstetter

Description

@BenjaminHofstetter

Describe the bug

A cube can be expired. The search query excludes cubes with an expiryDate.

FILTER NOT EXISTS { ${cubeIriVar} schema:expires ?expiryDate };

This excludes everything that has an expiryDate. If the schema:expires date is in the future, the cube should be shown be shown because it's not expired.

Steps to Reproduce

Expected behavior

Exclude cubes with an expiryDate in the past.

Environment

all

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions