We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bbd9a commit 7444d6eCopy full SHA for 7444d6e
src/js/vendor/docsearch.bundle.js
@@ -208,6 +208,7 @@
208
query === undefined ? (query = this.input.getInputValue()) : this.input.setInputValue(query, true)
209
this.input.setQuery(query)
210
this.dropdown.update(query)
211
+ this.dropdown.open()
212
}
213
214
// preserves the original order of results by qualifying unique occurrences of the same lvl0 and lvl1 values
0 commit comments