MeiliSearch/meilisearch-http/src/routes/indexes
Tamo 2ee210483f
fix(search): remove the back and forth between the IndexMap and the serde_json::Map
This is ok because we're using the preserve_order feature in serde_json which is already internally using an IndexMap.
2022-04-12 16:12:52 +02:00
..
documents.rs sequential extractor 2022-03-04 20:43:12 +01:00
mod.rs sequential extractor 2022-03-04 20:43:12 +01:00
search.rs Feat(Search): Enhance formating search results 2022-04-07 15:04:08 +02:00
settings.rs fix(search): remove the back and forth between the IndexMap and the serde_json::Map 2022-04-12 16:12:52 +02:00
tasks.rs sequential extractor 2022-03-04 20:43:12 +01:00
updates.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00