add test get document displayed attributes

This commit is contained in:
mpostma 2021-03-15 10:36:12 +01:00
parent adc71a70ce
commit 77c0a0fba5
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
2 changed files with 22 additions and 0 deletions

View file

@ -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())