mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix range query field
This commit is contained in:
@@ -73,6 +73,13 @@ class QueryContext
|
||||
return $fields;
|
||||
}
|
||||
|
||||
public function normalizeField($field)
|
||||
{
|
||||
// TODO Private fields handling
|
||||
// TODO Field label dereferencing (we only want names)
|
||||
return sprintf('caption.%s', $field);
|
||||
}
|
||||
|
||||
public function getFields()
|
||||
{
|
||||
return $this->fields;
|
||||
|
Reference in New Issue
Block a user