diff --git a/src/Api/Controllers/SearchController.php b/src/Api/Controllers/SearchController.php index 0239378..bd3fda9 100644 --- a/src/Api/Controllers/SearchController.php +++ b/src/Api/Controllers/SearchController.php @@ -267,7 +267,7 @@ class SearchController extends ListDiscussionsController $query = (new MatchQuery('content', $q)) ->operator($operator); - $boost = $operator === 'and' ? 1 : .8; + $boost = $operator === 'and' ? 1.8 : .8; return $this->boolQuery($query, $boost); }