joanie icon indicating copy to clipboard operation
joanie copied to clipboard

The search is accent sensitive

Open NathanVss opened this issue 1 year ago • 0 comments

Feature Request

Is your feature request related to a problem or unsupported use case? Please describe. During searching I found out that typing "é" does not match "e". Capture d’écran 2024-01-08 à 14 36 21 Capture d’écran 2024-01-08 à 14 36 14

Describe the solution you'd like We should inject all variant to a defined character, like: "éèêë" -> "e" "àä" -> "a" This should be done at "index-time" and also at "search-time" in order for it to work easily.

And so on ...

NathanVss avatar Jan 08 '24 13:01 NathanVss