This commit is contained in:
Jürgen Mummert
2025-12-26 21:41:17 +01:00
parent e865dc48bd
commit d3e1149cec
+2 -1
View File
@@ -66,8 +66,9 @@ class MeilisearchIndexService
'text' => $row['text'],
'url' => $row['url'],
'protected' => (bool) $row['protected'],
'pid' => $row['pid'],
'checksum' => $row['checksum'],
'keywords' => $this->normalizeKeywords($row['keywords'] ?? ''),
'priority' => (int) ($row['priority'] ?? 0),
];
}