gciavarrini opened a new issue, #678: URL: https://github.com/apache/incubator-kie-kogito-docs/issues/678
The [Data Index GraphQL endpoint](https://sonataflow.org/serverlessworkflow/main/data-index/data-index-core-concepts.html#data-index-graphql) currently lists the following operators for `Number` and `Date`: ```adoc * between: Numeric range * from: Integer * to: Integer ``` and ```adoc * between: Date range * from: Date time * to: Date time ``` However, `from` and `to` are not standalone operators. They should only be used as part of the `between` operator. To improve clarity, I propose updating the documentation as follows: ```adoc * `between`: Date range (with `from` and `to` values required) ``` and ```adoc * `between`: Numeric range (with `from` and `to` values required) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
