mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
add test get document displayed attributes
This commit is contained in:
@ -114,6 +114,7 @@ impl Index {
|
||||
None => fields_ids_map.iter().map(|(id, _)| id).collect(),
|
||||
},
|
||||
};
|
||||
|
||||
let internal_id = self
|
||||
.external_documents_ids(&txn)?
|
||||
.get(doc_id.as_bytes())
|
||||
|
Reference in New Issue
Block a user