---
title: "Display search and results"
manual: "Apache Solr for TYPO3"
version: "11.2"
source: "GettingStarted/DisplaySearchAndResults.rst"
modified: "2026-09-16T15:10:57+00:00"
---

# Display search and results

After Solr has some documents inside his index, you can insert the plugin to provide a search with
results from Solr. To do so create a new content record of type *Search* on a page:

![](../Images/GettingStarted/typo3-insert-plugin-1.png)

Select *Search: Form, Result, Additional Components* if not already selected inside the content
element:

![](../Images/GettingStarted/typo3-insert-plugin-2.png)

Open the page and search for `*`, you should see all currently indexed records from Solr:

![](../Images/GettingStarted/typo3-first-result.png)

That's it. You now have a working TYPO3 Installation with Solr integration. You are able to queue
items for indexing, index them and provide an interface for visitors to search the indexed records.

You can now adjust the fluid templates to your needs.
