mrg/ke-search-suggest
最新稳定版本:12.4.5
Composer 安装命令:
composer require mrg/ke-search-suggest
包简介
Autocomplete for ke_search
README 文档
README
Features
- AJAX-based autocomplete function for ke_search
- Returns 5 (is configurable) relevant search terms from the 3rd letter (is configurable) onwards for which there are results.
- Uses the existing ke_search index.
- TYPO3 v12/v13 compatible
- SPAM protection: from 30 characters (is configurable) no more completion is carried out
1) Installation
Installation using Composer
The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do
composer require mrg/ke-search-suggest
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module. The following extensions must be installed before: ke_search.
2) Minimal setup
1) Include the static TypoScript of the extension. 2) Customize Fluid Template (e.g. SearchForm.html):
<input type="search" id="ke_search_sword" ... />
<f:asset.css identifier="kesearch-suggest" href="EXT:ke_search_suggest/Resources/Public/Css/autosuggest.css" />
<f:asset.script identifier="kesearch-suggest" src="EXT:ke_search_suggest/Resources/Public/JavaScript/autosuggest.js" />
统计信息
- 总下载量: 1.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-05-08