MeiliSearch/http-ui
bors[bot] d7943fe225
Merge #402
402: Optimize document transform r=MarinPostma a=MarinPostma

This pr optimizes the transform of documents additions in the obkv format. Instead on accepting any serializable objects, we instead treat json and CSV specifically:
- For json, we build a serde `Visitor`, that transform the json straight into obkv without intermediate representation.
- For csv, we directly write the lines in the obkv, applying other optimization as well.

Co-authored-by: marin postma <postma.marin@protonmail.com>
2021-10-26 09:55:28 +00:00
..
public Stringify objects on dashboard to avoid [Object object] 2021-09-08 17:51:08 +02:00
src implement review suggestions 2021-10-25 18:29:12 +02:00
templates add a button to display or hide the facets 2021-03-31 16:18:53 +02:00
Cargo.toml Update version for the next release (v0.19.0) 2021-10-25 11:52:17 +02:00