DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

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/typo3-insert-plugin-1.png

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

../_images/typo3-insert-plugin-2.png

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

../_images/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.