Quote:
Originally Posted by droopy
Hi Kovid,
Actually, I learned that full-text search, at least in phrases, does support punctuation. But I'm getting ahead of myself. Let's rewind.
FT Search couldn't find any books with
"golfer's elbow"
But it found eight books when it was a curly (a.k.a "smart) apostrophe, as in:
"golfer’s elbow"
|
I'm not certain if this would help but one of our devs at work was using tokenchars with the tokenize keyword to add special characters for FTS5 (think it was 5) searches. You might want to check the
SQLite FTS5 extension page for more information.
OTOH, I learned some new words from him while he was working on that project.