mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-28 22:46:28 +00:00
Introduce getters and setters for the facet fields ids facet types
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
use std::cmp;
|
||||
use serde::{Serialize, Deserialize};
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialOrd, Ord, PartialEq, Eq, Hash)]
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub enum FacetType {
|
||||
String,
|
||||
F64,
|
||||
|
||||
Reference in New Issue
Block a user