mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Expand search fileds for ElasticSearch for API V2
This commit is contained in:
@@ -66,7 +66,7 @@ class ElasticSearchSiteSearch
|
||||
'query' => [
|
||||
'query_string' => [
|
||||
'query' => $keywords,
|
||||
'fields' => ['searchname', 'plainsearchname'],
|
||||
'fields' => ['searchname', 'plainsearchname', 'fromname', 'filename', 'name', 'categories_id'],
|
||||
'analyze_wildcard' => true,
|
||||
'default_operator' => 'and',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user