Bugfix
This commit is contained in:
@@ -58,12 +58,6 @@ class MeilisearchIndexService
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
$index->updateSettings(['primaryKey' => 'id']);
|
||||
} catch (\Throwable $e) {
|
||||
error_log('[ContaoMeilisearch] Failed to set primaryKey: ' . $e->getMessage());
|
||||
}
|
||||
|
||||
try {
|
||||
$this->ensureIndexSettings($index);
|
||||
} catch (\Throwable $e) {
|
||||
|
||||
Reference in New Issue
Block a user