mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
More path to query
This commit is contained in:
@@ -404,7 +404,8 @@ class ElasticSearchEngine implements SearchEngineInterface
|
||||
$params = [
|
||||
'index' => $this->indexName,
|
||||
'type' => TermIndexer::TYPE_NAME,
|
||||
'body' => []
|
||||
'body' => [],
|
||||
'size' => 20,
|
||||
];
|
||||
|
||||
$params['body']['query'] = $query;
|
||||
|
Reference in New Issue
Block a user