feat(search): Implements the nested fields

See https://github.com/meilisearch/specifications/pull/121
This commit is contained in:
Tamo
2022-03-30 13:47:27 +02:00
parent 013fe4cbc9
commit 69d312209e
10 changed files with 501 additions and 261 deletions

View File

@ -30,12 +30,13 @@ lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-error = { path = "../meilisearch-error" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.25.0" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.26.0" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"
once_cell = "1.10.0"
parking_lot = "0.12.0"
permissive-json-pointer = "0.2.0"
rand = "0.8.5"
rayon = "1.5.1"
regex = "1.5.5"