diff --git a/src/Api/Controllers/SearchController.php b/src/Api/Controllers/SearchController.php index 453045b..7166b7d 100644 --- a/src/Api/Controllers/SearchController.php +++ b/src/Api/Controllers/SearchController.php @@ -56,10 +56,10 @@ class SearchController extends ListDiscussionsController if (! empty($search)) { $filterQuery - ->add($this->sentenceMatch($search)) - ->add($this->wordMatch($search, 'and')) - ->add($this->wordMatch($search, 'or')) -// ->add($this->partialMatch($search)) +// ->add($this->sentenceMatch($search)) +// ->add($this->wordMatch($search, 'and')) +// ->add($this->wordMatch($search, 'or')) + ->add($this->partialMatch($search)) ; }