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
11 stars 24 forks source link

Search using the new FTS impl does not honor filters #195

Open tngTUDOR opened 1 month ago

tngTUDOR commented 1 month ago

Current

db.search("electricity", filter={"location": "MX"}) 

does not return activities only from location "MX"

Expected