fix: error during deserialization of "INVERTED" index type

This commit is contained in:
Ryan Green
2024-10-25 14:54:31 -02:30
parent 4bee551465
commit d1d0247014

View File

@@ -121,6 +121,7 @@ pub enum IndexType {
// FTS
#[serde(alias = "INVERTED")]
FTS,
INVERTED,
}
impl std::fmt::Display for IndexType {