Skip to content

Commit

Permalink
[DOCS] Bugfix coveo sa-search url (#20057)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstankix authored Sep 26, 2023
1 parent a771bf3 commit 3881079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ document.addEventListener('DOMContentLoaded', function () {
if (searchInterfaceSa) {
let ver = getCurrentVersion();
if (ver) {
searchInterfaceSa.innerHTML = searchInterfaceSa.innerHTML.replace('search.html', 'search.html#f-ovversion=' + ver);
searchInterfaceSa.innerHTML = searchInterfaceSa.innerHTML.replace('search.html', '/' + ver +'/search.html#f-ovversion=' + ver);
}
await searchInterfaceSa.initialize({
accessToken: "xx1f2aebd3-4307-4632-aeea-17c13378b237",
Expand Down

0 comments on commit 3881079

Please sign in to comment.