Make search accent-insensitive (#887)

* Make search accent-insensitive

* Efficiendy improvements and small fixes

* Fix tests to improve coverage

* Fix SQL compatibility issues
This commit is contained in:
Matias Godoy
2025-07-12 22:16:55 +02:00
committed by GitHub
parent 23cecfb2a5
commit bcd77ee796
7 changed files with 700 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ require (
gocloud.dev/pubsub/rabbitpubsub v0.41.0
golang.org/x/crypto v0.39.0
golang.org/x/image v0.28.0
golang.org/x/text v0.26.0
modernc.org/sqlite v1.37.1
)
@@ -190,7 +191,6 @@ require (
golang.org/x/oauth2 v0.28.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
golang.org/x/time v0.11.0 // indirect
golang.org/x/tools v0.33.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect