We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2ec85 commit c27ad6cCopy full SHA for c27ad6c
src/Query/Filter/Parser.php
@@ -102,7 +102,7 @@ protected static function buildGroup(string $filter): Filter
102
*/
103
protected static function buildCondition(string $filter): Filter
104
{
105
- // Order matters: check multi-char operators first
+ // Order matters here. Check multi-char operators first.
106
$operators = ['>=', '<=', '~=', '='];
107
108
foreach ($operators as $operator) {
0 commit comments