Skip to content
Snippets Groups Projects
Unverified Commit 1cf95460 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3256056 by andregp: Entity query system does not document the NOT...

Issue #3256056 by andregp: Entity query system does not document the NOT BETWEEN operator, but JSON:API supports/uses it
parent f37eaca3
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ public function groupBy($field);
* 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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment