Skip to content

Review regex pattern for member_id and related collections #3

@glevava

Description

@glevava

CMIP6 member_id collection allows only one digit in the regex pattern :

"term_regex": "r[0-9]i[0-9]p[0-9]f[0-9]",

The pattern has to allows more than one digit for each "realization parameter" with such kind of regex:
r[0-9]+i[0-9]+p[0-9]+f[0-9]+

This also should be modified for other supported projects (e.g. cmip5, etc.)

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