Module: Api::V2::Sapio::StudySearchQuery
- Extended by:
- ActiveSupport::Concern
- Included in:
- StudyResource
- Defined in:
- app/resources/api/v2/sapio/study_search_query.rb
Constant Summary collapse
- MAX_RESULTS =
The default maximum number of search results allowed to be returned. This can be overridden by passing a custom
maxResultsparameter in the request context. 20