Use english catelog for Postgres full-text search and fix logo scaling on mobile devices

This commit is contained in:
thiloho
2025-04-08 12:36:39 +02:00
parent 5a6214878f
commit 37ba49a4f7
6 changed files with 7 additions and 14 deletions

View File

@@ -59,4 +59,6 @@ in
};
};
};
services.postgresql.settings.default_text_search_config = "pg_catalog.english";
}

View File

@@ -30,4 +30,6 @@ in
group = "nginx";
};
};
services.postgresql.settings.default_text_search_config = "pg_catalog.english";
}