mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Utopia/Request/Filters/V12.php
This commit is contained in:
@@ -145,7 +145,7 @@ class V12 extends Filter
|
||||
// Let's keep it at true and false string, but without "" around
|
||||
// No action needed
|
||||
} else {
|
||||
$filterValue =\is_numeric($filterValue) ? $filterValue : '"' . $filterValue . '"';
|
||||
$filterValue = \is_numeric($filterValue) ? $filterValue : '"' . $filterValue . '"';
|
||||
}
|
||||
|
||||
$query = $attributeKey . '.' . $operators[$usedOperator] . '(' . $filterValue . ')';
|
||||
|
||||
Reference in New Issue
Block a user