mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 09:17:44 +00:00
5f99470226
Previously, because apostrophes were 'banned' characters, searching for them wouldn't work. That meant you couldn't find words like "I'm". Now we just replace the apostrophe with a space and things "just work" because of the nature of SQLite tokenization and prefix queries.