Expand search range
This commit is contained in:
parent
462c6e99b6
commit
08e5d96a4a
4 changed files with 10 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
class Api::V2::SearchController < Api::BaseController
|
||||
include Authorization
|
||||
|
||||
RESULTS_LIMIT = 20
|
||||
RESULTS_LIMIT = 40
|
||||
|
||||
before_action -> { authorize_if_got_token! :read, :'read:search' }
|
||||
before_action :validate_search_params!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue