mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53: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:
@@ -194,6 +194,11 @@ class databox_field implements cache_cacheableInterface
|
||||
return $this->aggregable != 0;
|
||||
}
|
||||
|
||||
public function getAggregableSize()
|
||||
{
|
||||
return $this->aggregable;
|
||||
}
|
||||
|
||||
public function hydrate(Application $app)
|
||||
{
|
||||
$this->app = $app;
|
||||
|
Reference in New Issue
Block a user