brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
8 stars 21 forks source link

D2 Use the SQLite text search instead of a separate Whoosh search index #103

Closed cmutel closed 4 weeks ago

cmutel commented 2 years ago
michaelweinold commented 2 months ago

I added a testing notebook here: dev/fts5_bw_dev.ipynb.

While I can't test this notebook in WASM (ie. Brightway Live) due to https://github.com/brightway-lca/brightway2-data/issues/172, I was able to confirm that SQL native text search works fine in WASM: dev/fts5_wasm_dev.ipynb 🎉