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

Commits on Jun 20, 2023

  1. Allow multiple values for exactly/not predicate

    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 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c830855 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    08f2b9b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    0740cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60bd337 View commit details
    Browse the repository at this point in the history