MeiliSearch/meilisearch-http
bors[bot] 971c361e0f
Merge #1682
1682: Change the format of custom ranking rules when importing old dumps r=curquiza a=Kerollmops

This PR changes the format of the custom ranking rules from `asc(price)` to `title:asc` as the format changed between v0.21 and v0.22. The dumps are now correctly importing the custom ranking rules.

This PR also change the previous default ranking rules (without sort) to the new default ranking rules (with the new sort).

Co-authored-by: Kerollmops <clement@meilisearch.com>
2021-09-08 16:20:10 +00:00
..
src Merge #1682 2021-09-08 16:20:10 +00:00
tests Set max_memory value to unlimited during tests 2021-09-06 14:38:10 +02:00
build.rs Unwrap or unknown the commit hash 2021-08-30 17:41:24 +02:00
Cargo.toml Merge pull request #1588 from meilisearch/test-new-indexer 2021-09-06 10:21:42 +02:00