wiki
wiki copied to clipboard
fix: previous query’s suggestions show up on empty search
Issue
After deleting a query, suggestions for that query display when the search is cleared.

Solution
Display suggestions only when the query is 2+ characters.
template(v-if='search && search.length >= 2 && suggestions && suggestions.length > 0')
Good job! What I missed. https://github.com/requarks/wiki/commit/8be88cb2737cd7e473b1ace4b42189c707f84614