This is just a step toward offline support. It's not available yet, because Android comes first.
The app is ready for offline use, but I don't want to implement it without 'full text search.'
I plan to use SQLite FTS5.
My initial tests with search show that offline search is storage-expensive, which could be problematic for mobile devices.
So, the edge cases have started to appear. But it's the most requested feature, and the most interesting/challenging to me :)
radicality|1 year ago
Mailtemi|1 year ago
The app is ready for offline use, but I don't want to implement it without 'full text search.' I plan to use SQLite FTS5. My initial tests with search show that offline search is storage-expensive, which could be problematic for mobile devices. So, the edge cases have started to appear. But it's the most requested feature, and the most interesting/challenging to me :)