meilisearch/milli
bors[bot] b22aac92ac
Merge #342
342: Let the caller decide what kind of error they want to returns when parsing `AscDesc` r=Kerollmops a=irevoire

This is one possible fix for #339 
We would then need to patch these lines https://github.com/meilisearch/MeiliSearch/blob/main/meilisearch-http/src/index/search.rs#L110-L114 to return the error we want.

Another solution would be to add a parameter to the `from_str` to specify which context we are in.

Co-authored-by: Tamo <tamo@meilisearch.com>
2021-09-08 14:18:57 +00:00
..
src Merge #342 2021-09-08 14:18:57 +00:00
tests Add a test to make sure we throw the right error message 2021-09-07 11:02:00 +02:00
Cargo.toml Bump grenad to v0.3.1 2021-09-08 14:08:55 +02:00