Skip to content

Commit

Permalink
Issue-678 Improve between operator description (#680)
Browse files Browse the repository at this point in the history
Improve `between` operator description

`from` and `to` are not standalone operators.
They can only be used as part of the `between` operator.

Signed-off-by: Gloria Ciavarrini <[email protected]>
  • Loading branch information
gciavarrini authored Oct 23, 2024
1 parent 05571dd commit defde6d
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ Depending on the attribute type, the following operators are also available:
** `greaterThanEqual`: Integer
** `lessThan`: Integer
** `lessThanEqual`: Integer
** `between`: Numeric range
** `from`: Integer
** `to`: Integer
** `between`: Numeric range (with `from` and `to` Integer values required)

* Date argument:
** `isNull`: Boolean (`true` or `false`)
Expand All @@ -267,9 +265,7 @@ Depending on the attribute type, the following operators are also available:
** `greaterThanEqual`: Date time
** `lessThan`: Date time
** `lessThanEqual`: Date time
** `between`: Date range
** `from`: Date time
** `to`: Date time
** `between`: Date range (with `from` and `to` Date time values required)
--

Sort query results using the `orderBy` parameter::
Expand Down

0 comments on commit defde6d

Please sign in to comment.