Issue #3256056 by andregp: Entity query system does not document the NOT BETWEEN operator, but JSON:API supports/uses it

(cherry picked from commit 1cf95460d9)
merge-requests/1732/head
Alex Pott 2022-01-25 16:27:16 +00:00
parent 61a12bcdb5
commit 5a4f3c8bc7
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ interface QueryAggregateInterface extends QueryInterface {
* same type as the column.
* - 'IN', 'NOT IN': These operators expect $value to be an array of
* literals of the same type as the column.
* - 'BETWEEN': This operator expects $value to be an array of two literals
* of the same type as the column.
* - 'BETWEEN', 'NOT BETWEEN': These operators expect $value to be an array
* of two literals of the same type as the column.
* @param string $langcode
* (optional) The language code.
*