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 6c4fc17 commit 0782dcaCopy full SHA for 0782dca
README.md
@@ -80,3 +80,11 @@ export async function onGoToSuggestion() {
80
// some analytics stuff
81
}
82
```
83
+
84
+### Search parameters
85
86
+The `query` URL search parameter can be provided to automatically populate and focus the search box. This is useful for adding your VuePress website as a custom search engine in browsers. For example:
87
88
+```none
89
+https://your-website.com?query=hello+world
90
+```
0 commit comments