1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-01-14 07:17:28 +01:00
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
..