These instructions apply only to the Search UI Widgets. Find documentation for other integration methods here: https://docs.search.io/developer-documentation/fundamentals/api-and-client-libraries

If you would like to change the number of results that are displayed for your search results, then simply add the resultsPerPage key to the variables object in your Search Widget JSON:

"variables": {
  "resultsPerPage":25 
}
CODE

This will change the number of search results that appear to 25.