mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Return the correct response JSON object from the facet-search route
This commit is contained in:
parent
893592c5e9
commit
93f30e65a9
5 changed files with 28 additions and 58 deletions
|
@ -1,6 +1,6 @@
|
|||
use fst::Set;
|
||||
use std::borrow::Cow;
|
||||
|
||||
use fst::Set;
|
||||
use heed::{BytesDecode, BytesEncode};
|
||||
|
||||
/// A codec for values of type `Set<&[u8]>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue