PHRAS-2879_facet-order_4.1

fix setup:install.
This commit is contained in:
Jean-Yves Gaulier
2020-01-22 19:09:19 +01:00
parent 2ccdcfed27
commit 6838198a69
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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);