-
|
I want to search for first names without accents, but I want first names with accents to appear. ex: search e -> édouard, eva |
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Oct 1, 2025
Replies: 1 comment 6 replies
-
|
With search, are you referring to the fts5 extension? It looks like the default tokenizer is supposed to remove accents during the search, so I'd assume that should already work. Or are you e.g. implementing search with a |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The example in
examples/appdefines an fts5 table here and uses that in this page.