feat: Update configuration and metadata files for improved functionality and new features

This commit is contained in:
2026-01-25 21:34:39 +01:00
parent b7bcfbe574
commit c846d38f1e
7 changed files with 42 additions and 8 deletions

View File

@@ -85,7 +85,9 @@
"573a Abs. 2 (Einliegerwohnung)",
"GewerbeOrdentlich"
],
"default": ["Mietrückstand"],
"default": [
"Mietrückstand"
],
"isCustom": true
},
"auszugsfrist": {
@@ -292,7 +294,20 @@
},
"collection": {
"orderBy": "createdAt",
"order": "desc"
"order": "desc",
"textFilterFields": [
"name",
"vmhMietobjekt.name",
"vmhMietobjekt.description",
"vmhMietobjekt.anschriftCity",
"vmhMietobjekt.lage",
"vmhMietobjekt.anschriftPostalCode",
"vmhMietobjekt.anschriftState",
"vmhMietobjekt.anschriftStreet",
"vmhMietobjekt.anschriftCountry"
],
"fullTextSearch": false,
"countDisabled": false
},
"indexes": {
"name": {
@@ -347,5 +362,6 @@
"vertragsdatum"
]
}
}
},
"optimisticConcurrencyControl": false
}