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);
|
||||
|
||||
Box::new(iter)
|
||||
|
||||
},
|
||||
// If no word matches in the attribute
|
||||
None => {
|
||||
|
|
Loading…
Reference in New Issue