Basic collection setup

This commit is contained in:
Simon Martens
2025-02-07 20:36:52 +01:00
parent c33eabae42
commit 706349e748
10 changed files with 125 additions and 76 deletions

View File

@@ -93,7 +93,7 @@ func entriesFields(collection *core.Collection, app core.App) *core.FieldsList {
func entriesIndexes(collection *core.Collection) {
addMusenalmIDIndex(collection)
addIndex(collection, "preferredtitle", false)
addIndex(collection, "varianttile", false)
addIndex(collection, "varianttitle", false)
addIndex(collection, "paralleltitle", false)
addIndex(collection, "title_statement", false)
addIndex(collection, "subtitle_statement", false)