mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2879_facet-order_4.1
fix setup:install.
This commit is contained in:
@@ -28,7 +28,8 @@ main:
|
||||
port: 11211
|
||||
search-engine:
|
||||
type: phrasea
|
||||
options: []
|
||||
options:
|
||||
facets: []
|
||||
task-manager:
|
||||
status: started
|
||||
enabled: true
|
||||
|
@@ -60,6 +60,7 @@ class ElasticsearchOptions
|
||||
'populate_order' => self::POPULATE_ORDER_RID,
|
||||
'populate_direction' => self::POPULATE_DIRECTION_DESC,
|
||||
'activeTab' => null,
|
||||
'facets' => []
|
||||
];
|
||||
$options = array_replace($defaultOptions, $options);
|
||||
|
||||
|
Reference in New Issue
Block a user