MeiliSearch/meilisearch-http/src
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
..
analytics fix(http): fix panic when sending document update without content type header 2022-03-29 09:48:25 +02:00
extractors feat(search): Implements the nested fields 2022-04-07 19:47:20 +02:00
helpers Export milli's heed from meilisearch-lib 2022-03-24 15:30:10 +01:00
routes fix(search): remove the back and forth between the IndexMap and the serde_json::Map 2022-04-12 16:12:52 +02:00
error.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00
lib.rs chore(http): rename auto batching cli option 2022-03-07 15:19:19 +01:00
main.rs fix(rebranding): Update the ascii art (#2118) 2022-01-26 18:53:07 +01:00
option.rs Add instance options for RAM and CPU usage 2022-03-24 18:52:36 +00:00
task.rs chore: get rid of chrono in favor of time 2022-02-16 18:14:29 +01:00