bksubhuti / tipitaka-pali-reader

A Pali Reading app made in Flutter
21 stars 5 forks source link

Add count select for words to make sure the wordlist is not corrupted. #204

Closed bksubhuti closed 10 months ago

bksubhuti commented 11 months ago

Several people have showed me that the word list is empty for searching. It is my belief that this comes from not allowing the setup to finish or maybe aborting the extensions. I'm not sure.. however, reset fixes this.

Proposal: On start up: do a select count(*) on the words and if the count is less than 200k then we should prompt for a reset of data.

bksubhuti commented 11 months ago

added count.. need to next add process for asking for rebuild of wordlist.