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 9ab25df commit aefd744Copy full SHA for aefd744
src/Typesense/Query.php
@@ -81,7 +81,7 @@ private function transformArrayOfValuesForTypeSense(string $schemaType, array $v
81
{
82
return json_encode(
83
collect($values)
84
- ->map(fn ($value) => ray($value) && $this->transformValueForTypeSense($schemaType, $value))
+ ->map(fn ($value) => $this->transformValueForTypeSense($schemaType, $value))
85
->values()
86
->all()
87
);
0 commit comments