mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-03 01:16:27 +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