🚸(backend) make document search on title accent-insensitive

This should work in both cases:
- search for "vélo" when the document title contains "velo"
- search for "velo" when the document title contains "vélo"
This commit is contained in:
Samuel Paccoud - DINUM
2025-04-17 18:36:29 +02:00
parent ecd06560c6
commit 419079ac69
4 changed files with 57 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
## Added
- 🚸(backend) make document search on title accent-insensitive #874
- 🚩 add homepage feature flag #861