global: fixes

This commit is contained in:
nym21
2025-12-06 21:35:19 +01:00
parent f280b03cab
commit f23907768f
30 changed files with 439 additions and 295 deletions

View File

@@ -36,7 +36,7 @@ pub fn main() -> Result<()> {
let computer = Computer::forced_import(&outputs_dir, &indexer, None)?;
let query = Query::build(&reader, &indexer, &computer);
let query = Query::build(&reader, &indexer, &computer, None);
dbg!(query.search_and_format(Params {
index: Index::Height,