MeiliSearch/meilisearch-http/src/index_controller
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
..
dump_actor Change the format of custom ranking rules when importing v2 dumps 2021-09-08 17:56:21 +02:00
index_actor Use set indexer options instead of create a default one 2021-09-08 13:40:00 +02:00
update_actor Merge #1539 2021-07-29 17:05:13 +00:00
uuid_resolver Merge #240 2021-06-24 11:36:11 +00:00
error.rs decompose error messages 2021-06-24 10:57:28 +02:00
mod.rs Merge #1682 2021-09-08 16:20:10 +00:00
snapshot.rs reduce the log level of some info! 2021-06-24 11:20:52 +02:00
updates.rs clippy + fmt 2021-06-23 16:49:23 +02:00