mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
add test get document displayed attributes
This commit is contained in:
parent
adc71a70ce
commit
77c0a0fba5
2 changed files with 22 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue