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 d872952 commit cf73a36Copy full SHA for cf73a36
1 file changed
app/views/documentation/v1.scala.html
@@ -14,7 +14,7 @@
14
@for(version <- context.version) {
15
<form id="search" method="get" action="//www.google.com/search">
16
<input type="search" name="q" placeholder="Search @version docs" results="10">
17
- <input type="hidden" name="sitesearch" value="site:playframework.com@reverseRouter.home(context.alternateLang, version.name)">
+ <input type="hidden" name="sitesearch" value="playframework.com@reverseRouter.home(context.alternateLang, version.name)">
18
<button type="submit">Search</button>
19
</form>
20
}
0 commit comments