net.twisterrob.inventory
net.twisterrob.inventory copied to clipboard
Partial/substring search
- Potentially implemented by https://www.sqlite.org/fts5.html#the_trigram_tokenizer
- FTS5 was added in 3.9.0, some corruption bugs were fixed in 3.11.1 only.
- minSdk = 24 (Nougat), because that's using 3.9.2
- for stable behavior, 3.11.1 is recommended which needs minSdk = 26 (Oreo)
- Watch out to not break #170
FTS5 is not available in Android, not even in SDK 34.
Need to build/bundle (~2MB) SQLite myself or via third party (example) to get support for this.