wiki
wiki copied to clipboard
Fix empty search displays suggestions
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')