mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Introduce the FacetValue enum type
This commit is contained in:
parent
d893e83622
commit
51a37de885
3 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
mod facet_type;
|
||||
mod facet_value;
|
||||
pub mod value_encoding;
|
||||
|
||||
pub use self::facet_type::FacetType;
|
||||
pub use self::facet_value::FacetValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue