Add minLetters parameter to Query Suggestions plugin #1249
guglielmi-s
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
autocomplete doesn't have this feature by default because there are plenty queries that give meaningful results under three characters (an often chosen limit), and thus is harmful to UX |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
i didn't find the way to invoke the query suggestion plugin only if the length of the current search string is greater than a specific number
Could be a solution add a condition before call the getAlgoliaResults in the getItems?
in createQuerySuggestionsPlugin.ts
Beta Was this translation helpful? Give feedback.
All reactions