Skip to content

Commit

Permalink
Update base url for search
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Feb 23, 2024
1 parent 2ed3c7a commit 2f96cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/search.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ for (String name : params.keySet()) {
$(function() {
//var query = window.location.href.slice(window.location.href.indexOf('?') + 1).split('@@');
var query = '<%= query %>';
$.get('/services/search/pds/archive-filter?' + query, function(data) {
$.get('/services/search/search?' + query, function(data) {
$('.output').html(data);
});
});
Expand Down

0 comments on commit 2f96cac

Please sign in to comment.