rabin 5 anni fa
parent
commit
660c92166e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -503,7 +503,7 @@ class Database
                     if (strpos($v['search'], 'fulltext') !== false) {
                         $config['manage']['search']['fulltext'][$k] = $v['name'];
 
-                        isset($v['match']) && $config['request']['list']['option'][$k] = array('option', 'like');
+                        isset($v['match']) && $config['request']['list']['option'][$k] = array('option', 'like_score');
                     } elseif (strpos($v['search'], 'text') !== false) {
                         $config['manage']['search']['text'][$k] = $v['name'];
                     }