diff --git a/Tekst-API/tekst/models/resource_configs.py b/Tekst-API/tekst/models/resource_configs.py index 9a4c330b..7e203660 100644 --- a/Tekst-API/tekst/models/resource_configs.py +++ b/Tekst-API/tekst/models/resource_configs.py @@ -59,7 +59,7 @@ class GeneralResourceConfig(ModelBase): description="Show content comments by default (if any)", ), SchemaOptionalNonNullable, - ] = False + ] = True searchable_quick: Annotated[ bool,