Closed craffel closed 8 years ago
Instead of storing .js files here and there for indices, it would be better to have something like tinydb which allows for sane queries, storage, and indices, as well as thread-safe stuff.
Using whoosh for everything is the sanest solution, as implemented in d5d069a59e405664ba850455b24413dd33b69809
Instead of storing .js files here and there for indices, it would be better to have something like tinydb which allows for sane queries, storage, and indices, as well as thread-safe stuff.