Validate full search text

This commit is contained in:
Michael
2024-01-10 20:17:44 +00:00
parent b2dd95affa
commit b48467c3f8
6 changed files with 28 additions and 3 deletions
+1
View File
@@ -564,6 +564,7 @@ return [
"media-type" => ["type" => "smallint unsigned", "comment" => "Filtered media types"],
"languages" => ["type" => "mediumtext", "comment" => "Desired languages"],
"publish" => ["type" => "boolean", "comment" => "publish channel content"],
"valid" => ["type" => "boolean", "comment" => "Set, when the full-text-search is valid"],
],
"indexes" => [
"PRIMARY" => ["id"],