mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
feat(index): introduce fields_ids_distribution
This commit is contained in:
parent
f2a786ecbf
commit
9205b640a4
2 changed files with 61 additions and 1 deletions
|
@ -925,7 +925,7 @@ mod tests {
|
|||
// one sent and that an UUID has been generated.
|
||||
assert_eq!(doc.get(0), Some(&br#""updated kevin""#[..]));
|
||||
// This is an UUID, it must be 36 bytes long plus the 2 surrounding string quotes (").
|
||||
assert!(doc.get(1).unwrap().len() == 36 + 2);
|
||||
assert_eq!(doc.get(1).unwrap().len(), 36 + 2);
|
||||
drop(rtxn);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue