mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
Basic collection setup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user