Raymund
Raymund
hi @thoresuenert, thanks for the feedback. I try to avoid doing that as it seems to change the particular config value for everyone. For the moment, i am looking to...
@thoresuenert this is the code: if (!empty($k)) { if (!empty($filter['with_boolean_search']) && $filter['with_boolean_search'] == 1) { config(['scout.tntsearch.searchBoolean' => true]); //$k = trim($this->booleanSearch2($k)); } else { config(['scout.tntsearch.searchBoolean' => false]); } $withKeyword =...