mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
nested fields
This commit is contained in:
@ -410,7 +410,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
GLOBAL_CONFIG.get().unwrap(),
|
||||
indexing_config,
|
||||
indexing_callback,
|
||||
);
|
||||
)?;
|
||||
|
||||
let reader = match encoding.as_deref() {
|
||||
Some("gzip") => Box::new(GzDecoder::new(content)),
|
||||
|
Reference in New Issue
Block a user