mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
#PHRAS-668 #time 1d
- fix: facets number (admin/field) is now used by prod. - add: query/es : removed useless & pack clauses on status masks -> shortest (fastest ?) query
This commit is contained in:
@@ -41,6 +41,9 @@ final class LimitedStructure implements Structure
|
||||
return $this->limit($this->structure->getPrivateFields());
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Field[]
|
||||
*/
|
||||
public function getFacetFields()
|
||||
{
|
||||
return $this->limit($this->structure->getFacetFields());
|
||||
|
Reference in New Issue
Block a user