Skip to content

Commit

Permalink
Merge pull request #212 from czechian/addsearch
Browse files Browse the repository at this point in the history
WEB-3604 AddSearch fix

Reviewed-by: https://github.com/Mara3l
  • Loading branch information
gdgate committed Feb 8, 2023
2 parents ded0e5a + 76da0f9 commit 68dcb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/partials/search.html
@@ -1,4 +1,4 @@
<script src="https://www.gooddata.com/learn-assets/js/quicksearch-plugin.js"></script>
<script>
$("#adds-container").gdQuickSearch({tab: 'gd-cn-doc', version: "{{ partial "version.html" (dict "context" . "useLatest" true) }}"});
$("#adds-container").gdQuickSearch({tab: 'gd-py-doc', version: "none"});
</script>

0 comments on commit 68dcb1f

Please sign in to comment.