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 08fcdbe commit 43e43a5Copy full SHA for 43e43a5
_layouts/search-page.html
@@ -213,12 +213,12 @@ <h1>Search</h1>
213
var arr = link.split("?")
214
if(arr[1].indexOf("#") > 0) {
215
var subArr = arr[1].split("#")
216
- link = link +"?product=dbr&repoType="+ repoType +"&" + arr[1]
+ link = link +"?product=ddn&repoType="+ repoType +"&" + arr[1]
217
} else {
218
- link = link + "&product=dbr&repoType=" + repoType
+ link = link + "&product=ddn&repoType=" + repoType
219
}
220
221
- link = link + "?product=dbr&repoType=" + repoType
+ link = link + "?product=ddn&repoType=" + repoType
222
223
224
window.location.href = link
0 commit comments