Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Allow multiple values for exactly/not predicate#58

Open
jthrilly wants to merge 4 commits intomasterfrom
fix/exactly-not-predicates
Open

Allow multiple values for exactly/not predicate#58
jthrilly wants to merge 4 commits intomasterfrom
fix/exactly-not-predicates

Conversation

@jthrilly
Copy link
Copy Markdown
Member

This PR adds the ability to provide multiple values to the exactly and not predicates. This applies to categorical variables only.

The comparison is done using the isEqual lodash method, with sorting applied to the values before comparison. This means that the order of the values provided to the predicate does not matter.

Architect will need to be updated to produce rules that use this new functionality.

jthrilly and others added 4 commits June 20, 2023 14:31
This PR adds the ability to provide multiple values to the `exactly` and
`not` predicates. This applies to categorical variables only.

The comparison is done using the `isEqual` lodash method, with sorting
applied to the values before comparison. This means that the order of
the values provided to the predicate does not matter.

Architect will need to be updated to produce rules that use this new
functionality.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants