comsolit / comsolit_suggest
Suggest Autocomplete Search Extension
Installs: 5 587
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 7
Open Issues: 7
Type:typo3-cms-extension
Requires
- ext-json: *
- ext-pdo: *
- typo3/cms-core: ^9.5.17 || ^10.4.2
Replaces
- comsolit/comsolit_suggest: 3.0.1
README
THIS REPO IS UNMAINTAINED / A NEW MAINTAINER IS NEEDED
Search Word Suggestion / Autocompletion
This Plugin extends the TYPO3 searchform with an autocomplete and suggest feature of words indexed from Ext:indexed_search based on a ajax request and typeahead lib, simple add just class="typeahead" to your searchbox input field
Features
- autocomplete and suggest with single words of the search index database table
- the extension includes a searchbox for easy integration in your page
- simple adding autocomplete/suggest to an input field with class="typeahead"
- jQuery on/off mode
- Styling autocomplete/suggest pulldown via CSS and HTML template file
- add autocomplete/suggest to the standard indexed_search form template
- configuration of minLenght and Limitation of suggested words
Extension Documentation <https://typo3.org/extensions/repository/view/comsolit_suggest>