mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix bug in exact search
This commit is contained in:
parent
56b4f5dce2
commit
6b2c2509b2
3 changed files with 26 additions and 12 deletions
|
@ -970,6 +970,7 @@ impl Index {
|
|||
.get::<_, Str, SerdeBincode<Vec<&str>>>(txn, main_key::EXACT_ATTRIBUTES)?
|
||||
.unwrap_or_default())
|
||||
}
|
||||
|
||||
pub fn exact_attributes_ids(&self, txn: &RoTxn) -> Result<HashSet<FieldId>> {
|
||||
let attrs = self.exact_attributes(txn)?;
|
||||
let fid_map = self.fields_ids_map(txn)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue