---
title: Apache Solr for TYPO3 - Results Pagination
url: "https://www.typo3-solr.com/solr-for-typo3/development-model/query/results-pagination/"
description: "Results Pagination in Solr for TYPO3: split search results across pages with a page browser; items per page configurable via TypoScript (uses EXT:pagebrowse)."
date: 2021-09-03
modified: 2025-11-05
lastUpdated: 2025-11-05
---

# Apache Solr for TYPO3 - Results Pagination

1. [Home](https://www.typo3-solr.com/)
2. [Solr for TYPO3](https://www.typo3-solr.com/solr-for-typo3/)
3. [Development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/)
4. [Query](https://www.typo3-solr.com/solr-for-typo3/development-model/query/)
5. Results Pagination

  Results Pagination
==================

 By using a page browser results can be split on several pages. The number of results shown per page is configurable through TypoScript. EXT:pagebrowse is used as a standard component.

  ![Graphic of a loading bar at 100%](https://www.typo3-solr.com/fileadmin/_processed_/b/a/csm_100prozent_01_b08a8527d1.png) **Status of Implementation**

- [Back to all components of Query](https://www.typo3-solr.com/solr-for-typo3/development-model/query/)
- [Back to all components of the development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/#c2297)