diff --git a/src/main/webapp/js/main.js b/src/main/webapp/js/main.js index 7964857..7af075f 100644 --- a/src/main/webapp/js/main.js +++ b/src/main/webapp/js/main.js @@ -17,6 +17,6 @@ function queryCatalogue() { } else { $('#inputQueryCatalogue').css("border","1px solid #ccc"); var encodedQuery = btoa("q="+$('#inputQueryCatalogue').val()); - location.href = $('#catalogueURL').val() + "?query=" + encodedQuery; + location.href = $('#catalogueURL').val() + "?path=/dataset&query=" + encodedQuery; } } \ No newline at end of file