Skip to content

Commit

Permalink
docs: added starts with, ends with, contains clauses to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun0157 committed May 11, 2024
1 parent 2357726 commit f0f285c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/zzapi-bundle-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Note that an assertion value can be a non-scalar, especially when matching a non
Operators supported in the RHS are:
* `$eq`, `$ne`, `$lt`, `$gt`, `$lte`, `$gte`: against the value
* `$regex`: against the value, with `$options` like ignore-case
* `$sw`, `$ew`, `$co`: to check if the target starts with, ends with or contains a string
* `$size`: for length of arrays and objects, or the length of the string if it is not an array
* `$exists`: true|false, to check existance of a field
* `$type`: string|number|object|array|null: to check the type of the field
Expand Down

0 comments on commit f0f285c

Please sign in to comment.