Merge branch 'master' into PHRAS-2785_facets_on_date_restitued_in_wicked_way

This commit is contained in:
Nicolas Maillat
2019-10-09 10:52:03 +02:00
committed by GitHub

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;