mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix small typos
This commit is contained in:
parent
adf0c389c5
commit
7ac441e473
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ impl<'a> Search<'a> {
|
|||
let field_ids_map = self.index.fields_ids_map(self.rtxn)?;
|
||||
let id = field_ids_map.id(name).ok_or_else(|| FieldIdMapMissingEntry::FieldName {
|
||||
field_name: name.to_string(),
|
||||
process: "fetching distint attribute",
|
||||
process: "distinct attribute",
|
||||
})?;
|
||||
let distinct = FacetDistinct::new(id, self.index, self.rtxn);
|
||||
self.perform_sort(distinct, matching_words, criteria)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue