Skip to content
Snippets Groups Projects
Commit 1795f4db authored by Mantas Jonušas's avatar Mantas Jonušas
Browse files

Added an empty query array in GeohashCellFilter

parent 088a5b31
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ class GeohashCellFilter implements BuilderInterface
*/
public function toArray()
{
$query = [];
$query[$this->field] = $this->location;
$output = $this->processArray($query);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment