Skip to content

Commit

Permalink
[Fixes 1291] (#1292) (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Nov 16, 2022
1 parent 3db98d0 commit add5bf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
'?page=' + options.page +
'&search=' + options.value +
'&search_fields=title' +
'&search_fields=abstract';
'&search_fields=abstract' +
'&filter{metadata_only}=false';
request = $.ajax({
url: url,
type: 'GET',
Expand Down

0 comments on commit add5bf1

Please sign in to comment.