mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
nested fields
This commit is contained in:
parent
4ae7aea3b2
commit
4f3ce6d9cd
22 changed files with 1197 additions and 367 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue