mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
make the attribute ranking rule use the weights and fix the tests
This commit is contained in:
@ -2722,8 +2722,8 @@ pub(crate) mod tests {
|
||||
// We should find tamo first
|
||||
insta::assert_debug_snapshot!(results.documents_ids, @r###"
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
]
|
||||
"###);
|
||||
}
|
||||
|
Reference in New Issue
Block a user