Closed
Description
In French, this is used to connect a subject to a verb or an article with a noun when the first word ends with a vowel and the second starts with one.
For example:
- Je aime -> J'aime
- Tu aimes -> T'aimes
As such, it would not be expected for the first word to be part of the second even if it appears to be written like this. You may still want to search for the second word (which is unmodified).
Related pull requests:
- Split on apostrophe Signal-FTS5-Extension#3
- Bump Signal-FTS5-Extension node-sqlcipher#3
- Split on apostrophes #9115
Test notes:
- Write an email that says
T'aimes
. Verify that searching foraimes
finds it. - Write an email that says
J’aime
(note the special apostrophe). Verify that searching foraime
finds it. - Write an email that says
tutamail.com
. Verify that searching fortutamail
finds it.