finish migrate meilisearch to single tab

This commit is contained in:
xiaomlove
2023-05-13 22:34:27 +08:00
parent da55dfc975
commit cc584b4f19
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ if (!isset($CURUSER) || !user_can('seebanned')) {
$banned = "no";
}
$meilisearchEnabled = get_setting('system.meilisearch_enabled') == 'yes';
$meilisearchEnabled = get_setting('meilisearch.enabled') == 'yes';
$shouldUseMeili = $meilisearchEnabled && !empty($search);
$count = 0;