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
parent
61a12bcdb5
commit
5a4f3c8bc7
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue