mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update ranker used
This commit is contained in:
@@ -329,7 +329,7 @@ class ManticoreSearch
|
||||
|
||||
try {
|
||||
$query = $this->search->setTable($rt_index)
|
||||
->option('ranker', 'bm25')
|
||||
->option('ranker', 'proximity_bm25')
|
||||
->maxMatches(10000)
|
||||
->limit(10000)
|
||||
->stripBadUtf8(true);
|
||||
|
||||
Reference in New Issue
Block a user