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
|
port: 11211
|
||||||
search-engine:
|
search-engine:
|
||||||
type: phrasea
|
type: phrasea
|
||||||
options: []
|
options:
|
||||||
|
facets: []
|
||||||
task-manager:
|
task-manager:
|
||||||
status: started
|
status: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@@ -60,6 +60,7 @@ class ElasticsearchOptions
|
|||||||
'populate_order' => self::POPULATE_ORDER_RID,
|
'populate_order' => self::POPULATE_ORDER_RID,
|
||||||
'populate_direction' => self::POPULATE_DIRECTION_DESC,
|
'populate_direction' => self::POPULATE_DIRECTION_DESC,
|
||||||
'activeTab' => null,
|
'activeTab' => null,
|
||||||
|
'facets' => []
|
||||||
];
|
];
|
||||||
$options = array_replace($defaultOptions, $options);
|
$options = array_replace($defaultOptions, $options);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user