PHRAS-2751_geoloc-search-403err_master

fix : geoloc search should work again (missed method during PHRAS-2707)
This commit is contained in:
Jean-Yves Gaulier
2019-10-08 15:30:19 +02:00
parent d6c61eba28
commit a4631cb434

View File

@@ -58,6 +58,11 @@ class GeolocationKey implements Key
$this->key = $key;
}
public function getFieldType(QueryContext $context)
{
return $this->type;
}
public function getIndexField(QueryContext $context, $raw = false)
{
return $this->key;