mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix lowercase
This commit is contained in:
parent
c0af49f336
commit
c2ff26b515
@ -229,7 +229,7 @@ class OperatorQuerySearch implements SearchInterface
|
||||
Log::debug(sprintf('Now handle %s', $class));
|
||||
/** @var Field $searchNode */
|
||||
// used to search for x:y
|
||||
$operator = $searchNode->getValue();
|
||||
$operator = strtolower($searchNode->getValue());
|
||||
$value = $searchNode->getNode()->getValue();
|
||||
// must be valid operator:
|
||||
if (in_array($operator, $this->validOperators, true)) {
|
||||
|
Loading…
Reference in New Issue
Block a user