---
title: "Ajaxified Results"
manual: "Apache Solr for TYPO3"
version: "13.1"
permalink: "https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:ajaxified-results@13.1"
source: "Frontend/Ajax.rst"
modified: "2026-09-16T15:16:05+00:00"
---

# Ajaxified Results

To improve the use experience and the performance it is possible to load most of the sub requests with ajax.

To activate the **"ajaxification"** you need to include the TypoScript template **"Search - Ajaxify the searchresults with jQuery"**

![](../Images/Frontend/Ajax/typoscript_template.png)

## How it works?

For all links with the css class **"solr-ajaxified"** the javascript search controller triggers the request against the same search page but with the type *"7383"* which is just rendering the search request.
The response is replacing everything in the container "div.tx_solr" with the content of the response.

## Limitations

Since the example only renders the plugin on a specific page type and not the same plugin instance as on the page, settings from the flexform are not taken into account by now.
