We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783c886 commit 7a3f356Copy full SHA for 7a3f356
components/suggest/src/provider.rs
@@ -228,7 +228,7 @@ pub enum AmpMatchingStrategy {
228
/// Disable keywords added via keyword expansion.
229
/// This eliminates keywords that for terms related to the "real" keywords, for example
230
/// misspellings like "underarmor" instead of "under armor"'.
231
- NoKeywordExpansion,
+ NoKeywordExpansion = 1, // The desktop consumer assumes this starts at `1`
232
/// Use FTS matching against the full keywords, joined together.
233
FtsAgainstFullKeywords,
234
/// Use FTS matching against the title field
0 commit comments