mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
restore dump v1
This commit is contained in:
parent
3747f5bdd8
commit
df4e9f4e1e
2 changed files with 64 additions and 48 deletions
|
@ -14,7 +14,7 @@ use serde::{Serialize, Deserialize};
|
|||
|
||||
use error::Result;
|
||||
pub use search::{default_crop_length, SearchQuery, SearchResult, DEFAULT_SEARCH_LIMIT};
|
||||
pub use updates::{Checked, Facets, Settings, Unchecked};
|
||||
pub use updates::{Checked, Facets, Settings, Unchecked, apply_settings_to_builder};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::EnvSizer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue