Support querying the index named main

This commit is contained in:
Clément Renault
2025-05-13 15:26:24 +02:00
parent 5400f3941a
commit 951be67060
3 changed files with 207 additions and 4 deletions

View File

@ -48,6 +48,7 @@ is-terminal = "0.4.13"
itertools = "0.14.0"
jsonwebtoken = "9.3.0"
lazy_static = "1.5.0"
liquid = "0.26.9"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
mimalloc = { version = "0.1.43", default-features = false }