mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 22:38:26 +00:00
![Greyson Parrelli](/assets/img/avatar_default.png)
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.