This commit is contained in:
James Cole
2026-03-01 06:35:39 +01:00
parent 5451328ea6
commit 12a877d489
10 changed files with 89 additions and 60 deletions
@@ -145,7 +145,7 @@ class QueryParser implements QueryParserInterface
$skipNext = true;
}
if ('' !== $tokenUnderConstruction && !$skipNext) { // @phpstan-ignore-line
Log::debug(sprintf('Turns out that "%s" is a field name. Reset the token.', $tokenUnderConstruction));
// Log::debug(sprintf('Turns out that "%s" is a field name. Reset the token.', $tokenUnderConstruction));
// If we meet a colon with a left-hand side string, we know we're in a field and are about to set up the value
$fieldName = $tokenUnderConstruction;
$tokenUnderConstruction = '';