mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Pass structure to query visitor & enable range generation for regular fields (equal expression)
This commit is contained in:
@@ -20,6 +20,11 @@ class FieldKey implements Key, QueryPostProcessor
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function getIndexField(QueryContext $context, $raw = false)
|
||||
{
|
||||
return $this->getField($context)->getIndexField($raw);
|
||||
|
Reference in New Issue
Block a user