Skip to content

Commit

Permalink
document like op
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Jan 19, 2024
1 parent 1795a10 commit 2e77a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ All rules have a `path` array that indicates a path in an xAPI statement and an
* `lte` - Less than or equal
* `eq` - Equal
* `noteq` - Not equal
* `like` - Fuzzy match using SQL `%` syntax
* `like` - Fuzzy match using SQL `%` syntax. For example, `bo%` matches `bob` and `boz`.
* `contains` - Array contains

Rules either have a `val` literal value or a `ref` which is a path into a statement found for another condition.
Expand Down

0 comments on commit 2e77a64

Please sign in to comment.