You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search is fast if limited one or a few books, but searching over the entire catalog is time consuming. An index should help with that.
This will require that the index be built when the books are being downloaded. There are currently no operations that occur on download of a book. This will have to change.
The index should be stored in an SQLite database next the catalog JSON file. eg: ~/.ldss/eng/index.db
The text was updated successfully, but these errors were encountered:
Search is fast if limited one or a few books, but searching over the entire catalog is time consuming. An index should help with that.
This will require that the index be built when the books are being downloaded. There are currently no operations that occur on download of a book. This will have to change.
The index should be stored in an SQLite database next the catalog JSON file. eg:
~/.ldss/eng/index.db
The text was updated successfully, but these errors were encountered: