mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 14:54:27 +01:00
rephrase exact_attributes doc
This commit is contained in:
parent
b7694c34f5
commit
1810927dbd
@ -93,7 +93,7 @@ pub struct Settings<'a, 't, 'u, 'i> {
|
||||
min_word_len_two_typos: Setting<u8>,
|
||||
min_word_len_one_typo: Setting<u8>,
|
||||
exact_words: Setting<BTreeSet<String>>,
|
||||
/// attributes on which typo tolerance is not enabled.
|
||||
/// Attributes on which typo tolerance is disabled.
|
||||
exact_attributes: Setting<HashSet<String>>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user