MeiliSearch/meilisearch-lib/src/index
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
..
dump.rs feat(search): Implements the nested fields 2022-04-07 19:47:20 +02:00
error.rs chore(all): bump milli 2022-03-16 16:34:44 +01:00
index.rs feat(http, lib): enable disable typos on attributes 2022-04-06 19:25:12 +02:00
mod.rs Feat(Search): Enhance formating search results 2022-04-07 15:04:08 +02:00
search.rs fix(search): remove the back and forth between the IndexMap and the serde_json::Map 2022-04-12 16:12:52 +02:00
updates.rs feat(search): Implements the nested fields 2022-04-07 19:47:20 +02:00