Add logger to attribute rr, fix a bug

This commit is contained in:
Loïc Lecrenier 2023-04-13 09:14:23 +02:00
parent 5acf953298
commit 8edad8291b
4 changed files with 92 additions and 24 deletions

View file

@ -50,7 +50,6 @@ fn main() -> Result<(), Box<dyn Error>> {
let docs = execute_search(
&mut ctx,
&(!query.trim().is_empty()).then(|| query.trim().to_owned()),
// what a the from which when there is
TermsMatchingStrategy::Last,
false,
&None,