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

Allow multiple values for exactly/not predicate #58

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jthrilly
Copy link
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
Development

Successfully merging this pull request may close these issues.

2 participants