This commit is contained in:
Jürgen Mummert
2025-12-26 21:45:14 +01:00
parent d3e1149cec
commit 340e6c7de0
+1 -1
View File
@@ -67,7 +67,7 @@ class MeilisearchIndexService
'url' => $row['url'], 'url' => $row['url'],
'protected' => (bool) $row['protected'], 'protected' => (bool) $row['protected'],
'checksum' => $row['checksum'], 'checksum' => $row['checksum'],
'keywords' => $this->normalizeKeywords($row['keywords'] ?? ''), 'keywords' => (string) ($row['keywords'] ?? ''),
'priority' => (int) ($row['priority'] ?? 0), 'priority' => (int) ($row['priority'] ?? 0),
]; ];
} }