wiki icon indicating copy to clipboard operation
wiki copied to clipboard

fix: previous query’s suggestions show up on empty search

Open zemzot opened this issue 3 years ago • 1 comments

Issue

After deleting a query, suggestions for that query display when the search is cleared. wiki js-suggestions-for-empty-query

Solution

Display suggestions only when the query is 2+ characters. template(v-if='search && search.length >= 2 && suggestions && suggestions.length > 0')

zemzot avatar Jun 04 '22 03:06 zemzot

Good job! What I missed. https://github.com/requarks/wiki/commit/8be88cb2737cd7e473b1ace4b42189c707f84614

myml avatar Jun 06 '22 08:06 myml