Skip to content

Commit

Permalink
use exclude-registration-agencies option in cursor-based pagination. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 21, 2020
1 parent 33e32f5 commit ff23570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/dois_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def index
self: request.original_url,
next: results.size < page[:size] || page[:size] == 0 ? nil : request.base_url + "/dois?" + {
query: params[:query],
"exclude-registration-agencies" => params[:exclude_registration_agencies],
"provider-id" => params[:provider_id],
"consortium-id" => params[:consortium_id],
"client-id" => params[:client_id],
Expand Down

0 comments on commit ff23570

Please sign in to comment.