mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-29 09:39:58 +00:00
Use the words criterion in the search module
This commit is contained in:
@ -70,7 +70,7 @@ impl<'t> Criterion for Words<'t> {
|
||||
bucket_candidates,
|
||||
}));
|
||||
},
|
||||
(Some(_qt), Forbidden(candidates)) => {
|
||||
(Some(_qt), Forbidden(_candidates)) => {
|
||||
todo!()
|
||||
},
|
||||
(None, Allowed(_)) => {
|
||||
|
Reference in New Issue
Block a user