mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Add logger to attribute rr, fix a bug
This commit is contained in:
parent
5acf953298
commit
8edad8291b
4 changed files with 92 additions and 24 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue