mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Fix compiler warnings/errors
This commit is contained in:
parent
0d2e7bcc13
commit
4708d9b016
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||
&(!query.trim().is_empty()).then(|| query.trim().to_owned()),
|
||||
// what a the from which when there is
|
||||
TermsMatchingStrategy::Last,
|
||||
false,
|
||||
&None,
|
||||
&None,
|
||||
0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue