mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix snapshots
This commit is contained in:
parent
2b154524bb
commit
33830d5ecf
15 changed files with 109 additions and 101 deletions
|
@ -6,9 +6,9 @@ use anyhow::{bail, Context};
|
|||
use milli::obkv_to_json;
|
||||
use serde_json::{Map, Value};
|
||||
|
||||
use crate::helpers::EnvSizer;
|
||||
pub use search::{SearchQuery, SearchResult, DEFAULT_SEARCH_LIMIT};
|
||||
pub use updates::{Facets, Settings, UpdateResult};
|
||||
use crate::helpers::EnvSizer;
|
||||
|
||||
mod search;
|
||||
mod updates;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue