mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 20:15:07 +08:00
Update meilisearch-http/src/index/search.rs
Co-authored-by: marin <postma.marin@protonmail.com>
This commit is contained in:
parent
e4b3d35ed8
commit
c5c7e76805
@ -477,7 +477,6 @@ impl<'a, A: AsRef<[u8]>> Formatter<'a, A> {
|
|||||||
.chain(after_iter);
|
.chain(after_iter);
|
||||||
|
|
||||||
Box::new(iter)
|
Box::new(iter)
|
||||||
|
|
||||||
},
|
},
|
||||||
// If no word matches in the attribute
|
// If no word matches in the attribute
|
||||||
None => {
|
None => {
|
||||||
|
Loading…
Reference in New Issue
Block a user