meilisearch single setting and default search mode

This commit is contained in:
xiaomlove
2023-05-11 02:23:19 +08:00
parent 4684640dcd
commit 0fbd815a8f
12 changed files with 135 additions and 41 deletions
+4
View File
@@ -10,4 +10,8 @@ return [
'3' => '发布者',
'4' => 'IMDB链接'
],
'search_modes' => [
'and' => '与',
'exact' => '准确',
],
];