mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +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. |
||
---|---|---|
.. | ||
model | ||
SearchFragment.java | ||
SearchListAdapter.java | ||
SearchRepository.java | ||
SearchViewModel.java |