PHPackages                             rkl/autocomplete-for-indexedsearch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. rkl/autocomplete-for-indexedsearch

ActiveTypo3-cms-extension[Search &amp; Filtering](/categories/search)

rkl/autocomplete-for-indexedsearch
==================================

Adds autocomplete functionality to the TYPO3 indexed search field.

1.2.1(2mo ago)11.0k2[1 PRs](https://github.com/RKlingler/autocomplete_for_indexedsearch/pulls)GPL-2.0-or-laterPHP

Since Feb 3Pushed 1w ago1 watchersCompare

[ Source](https://github.com/RKlingler/autocomplete_for_indexedsearch)[ Packagist](https://packagist.org/packages/rkl/autocomplete-for-indexedsearch)[ Docs](https://github.com/RKlingler/autocomplete_for_indexedsearch)[ RSS](/packages/rkl-autocomplete-for-indexedsearch/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (27)Versions (6)Used By (0)

[![TYPO3 12](https://camo.githubusercontent.com/80d8c1a68c9b6d1cd014785a6f831928611028dfa492f5bf06b2eba564e5cb12/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322d6666383730302e7376673f6c6f676f3d7479706f33)](https://get.typo3.org/version/12)[![TYPO3 13](https://camo.githubusercontent.com/e6eb5dbce2227e4d83623d532d0c062ae2d6f20f023878c4ad4c9715a8dacc1e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332d6666383730302e7376673f6c6f676f3d7479706f33)](https://get.typo3.org/version/13)[![TYPO3 14](https://camo.githubusercontent.com/4002e919ab0059daa89a901e7060ba400ef1558e42aff73025feb980a88fd37e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31342d6666383730302e7376673f6c6f676f3d7479706f33)](https://get.typo3.org/version/14)[![PayPal](https://camo.githubusercontent.com/b57c445af971e3e99c2d0ccdbf4fa7faa4358ba27fecc8f68459b30289f82eda/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d626c75652e737667)](http://paypal.me/rukling)

TYPO3 Extension: Autocomplete for IndexedSearch
===============================================

[](#typo3-extension-autocomplete-for-indexedsearch)

This extension adds autocomplete functionality to TYPO3 indexed search fields.

[![TYPO3 Indexed Search autocomplete suggestions](/Documentation/Images/autocomplete-for-indexedsearch.png)](/Documentation/Images/autocomplete-for-indexedsearch.png)

Features
--------

[](#features)

- Supports TYPO3 12, 13 and 14
- No further dependencies
- Comes with limited styling for easy customizability
- Handles inputs with multiple words

Installation
------------

[](#installation)

The recommended way to install Autocomplete for IndexedSearch is by using [Composer](https://getcomposer.org):

```
composer require rkl/autocomplete-for-indexedsearch
```

Setup
-----

[](#setup)

### 1. Include the extension configuration

[](#1-include-the-extension-configuration)

#### Option 1: Configuration via Site Set (requires TYPO3 v13 or later)

[](#option-1-configuration-via-site-set-requires-typo3-v13-or-later)

1. Go to Site Management -&gt; Sites
2. Edit your site configuration
3. In "Sets for this Site", include the "Autocomplete for Indexed Search" set.

#### Option 2: Configuration via TypoScript set

[](#option-2-configuration-via-typoscript-set)

1. Go to Site Management -&gt; TypoScript
2. Open your TypoScript template and click "Edit the whole TypoScript record"
3. In the tab "Advanced Options", include the TypoScript set: "Autocomplete for Indexed Search (autocomplete\_for\_indexedsearch)"

### 2. Override the Form.html template from indexed\_search

[](#2-override-the-formhtml-template-from-indexed_search)

1. Copy the partial from `EXT:indexed_search/Resources/Private/Partials/Form.html` to your own site package, for example to `EXT:my_sitepackage/Resources/Private/IndexedSearch/Partials/Form.html`
2. Add your partial root path to the plugin configuration of Indexed Search in the TypoScript of your site package:

```
plugin {
  tx_indexedsearch {
    view {
      partialRootPaths.200 = EXT:site_package/Resources/Private/IndexedSearch/Partials/
    }
  }
}

```

### 3. Place the ViewHelper to render suggestions

[](#3-place-the-viewhelper-to-render-suggestions)

Add the ViewHelper `` to your overridden `Form.html`. It renders the container in which suggestions will be displayed.

```

```

*Add the ViewHelper wherever it suits your styling needs the best. Ideally it's placed close to the search field. Also remember to add the namespace `RKL/AutocompleteForIndexedSearch/ViewHelpers` like shown in the example.*

#### ViewHelper attributes

[](#viewhelper-attributes)

The `autocompleteSuggestions` ViewHelper provides the following attributes to manipulate the behavior of the autocomplete suggestions:

AttributeAllowed valuesDescriptionsearchonclick*bool* (`0`/`1`)defines whether to instantly submit the search form when a suggestion is clickedminlength*int*minimum string length of the search term for autocompletion to start### Optional: Add a Route Enhancer

[](#optional-add-a-route-enhancer)

For prettier autocomplete URLs you can add the autocomplete page type to your routeEnhancers:

```
routeEnhancers:
  PageTypeSuffix:
    type: PageType
    index: ''
    map:
      search-autocomplete: 7603976
```

MySQL fulltext search
---------------------

[](#mysql-fulltext-search)

This extension relies on the index tables created by indexed\_search. It does not work if the "Use MySQL specific fulltext search" (`basic.useMysqlFulltext`) configuration is enabled.

Links
-----

[](#links)

URL**Repository:**[https://github.com/RKlingler/autocomplete\_for\_indexedsearch/](https://github.com/RKlingler/autocomplete_for_indexedsearch/)**TER:**[https://extensions.typo3.org/extension/autocomplete\_for\_indexedsearch](https://extensions.typo3.org/extension/autocomplete_for_indexedsearch)**Packagist:**Sponsorships
------------

[](#sponsorships)

PayPal: [www.paypal.me/rukling](http://paypal.me/rukling)

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance92

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~110 days

Total

5

Last Release

72d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c77300f446563c6e8287cc0b45ab70c481c41b5f147cdf0b7195f62d28fefba2?d=identicon)[RKlingler](/maintainers/RKlingler)

---

Top Contributors

[![RKlingler](https://avatars.githubusercontent.com/u/2556442?v=4)](https://github.com/RKlingler "RKlingler (21 commits)")[![ghermens](https://avatars.githubusercontent.com/u/47635467?v=4)](https://github.com/ghermens "ghermens (3 commits)")[![cweiske](https://avatars.githubusercontent.com/u/59036?v=4)](https://github.com/cweiske "cweiske (1 commits)")

---

Tags

searchautocompleteTYPO3 CMStypo3

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/rkl-autocomplete-for-indexedsearch/health.svg)

```
[![Health](https://phpackages.com/badges/rkl-autocomplete-for-indexedsearch/health.svg)](https://phpackages.com/packages/rkl-autocomplete-for-indexedsearch)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[apache-solr-for-typo3/solr

Apache Solr for TYPO3 - Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.

1493.2M48](/packages/apache-solr-for-typo3-solr)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[eliashaeussler/typo3-warming

Warming - Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.

22260.2k](/packages/eliashaeussler-typo3-warming)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
