This Confluence instance is now read-only, please head over to the Algolia Confluence instance for the same more up-to-date information

How to change the number of results displayed

These instructions apply only to the Search UI Widgets. Find documentation for other integration methods here: API and client libraries | Developer Guide

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 }

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