You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and from what i can tell its unhappy about 0 and 1 being the "indexes" on the predicate. Is this the right way to use this rule and test for inclusion in a list? or am i missing something
The text was updated successfully, but these errors were encountered:
The documentation states that the library leverages the predicate library and i would like to use
http://landau.github.io/predicate/#includes
to test whether a value exists in the supplied list. But I get an invalid predicate error when i use something like this.....
{"vehicleOwner": {"not": {"includes": ["Other","Business"] }}}
and from what i can tell its unhappy about 0 and 1 being the "indexes" on the predicate. Is this the right way to use this rule and test for inclusion in a list? or am i missing something
The text was updated successfully, but these errors were encountered: