Fixes storage of filterquery within params

This commit is contained in:
Frank Ulrich Weber 2018-09-19 15:59:25 +02:00
parent 2b1cd3a9d8
commit 27cfa52b65
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class tx_dlf_collection extends tx_dlf_plugin {
'source' => 'collection',
'select' => $id,
'userid' => $resArray['userid'],
'params' => array ('fq' => array ('collection_faceting:("'.$resArray['index_name'].'")')),
'params' => array ('filterquery' => array (array ('query' => 'collection_faceting:("'.$resArray['index_name'].'")'))),
'core' => '',
'pid' => $this->conf['pages'],
'order' => 'title',