This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new defde6d71 Issue-678 Improve `between` operator description (#680)
defde6d71 is described below

commit defde6d71d4474834a4ebb2949a3728733ebb7df
Author: Gloria Ciavarrini <[email protected]>
AuthorDate: Wed Oct 23 17:38:17 2024 +0200

    Issue-678 Improve `between` operator description (#680)
    
    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]>
---
 .../modules/ROOT/pages/data-index/data-index-core-concepts.adoc   | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc
 
b/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc
index afd69aa36..50b3a7007 100644
--- 
a/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc
+++ 
b/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc
@@ -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`)
@@ -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::


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to