mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-17 08:16:28 +00:00
add boilerplate for dump v5
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
pub mod v2;
|
||||
pub mod v3;
|
||||
pub mod v4;
|
||||
|
||||
/// Parses the v1 version of the Asc ranking rules `asc(price)`and returns the field name.
|
||||
pub fn asc_ranking_rule(text: &str) -> Option<&str> {
|
||||
|
||||
1
meilisearch-lib/src/dump/compat/v4.rs
Normal file
1
meilisearch-lib/src/dump/compat/v4.rs
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user