Extends indexed_search to clear search index records older than 3 and more days. Add autocomplete for search form and prepare pagebrowser to used twitter bootstrap.
- just upload and activate the extension
- Set count of days as minimum age of search cache records to be deleted
- Add scheduler task "Extbase CommandController Task" -> "MeExtsearch Index: clear"
- Include "m:e ExtSearch Autocomplete jQuery (me_extsearch)" as static file in page template if needed.
- Include "m:e ExtSearch Autocomplete jQuery UI (me_extsearch)" as static file in page template if needed.
- Include "m:e ExtSearch Autocomplete example (me_extsearch)" as static file in page template.
- The autocomplete example was written for template "sysext/indexed_search/pi/template_css.tmpl". It triggers by changing a field with id "#tx-indexedsearch-searchbox-sword".
- Activate "overwritePagebrowser" in after activate extension in extension manager.
- Set count of list records with constants "plugin.tx_meextsearch.search_autocomplet.maxResults". Default number is 3.
- Activate exactCount flag with "plugin.tx_indexedsearch.search.exactCount = 1"
- [email protected]
- Company: http://www.move-elevator.de
- Issue-Tracker - https://github.com/move-elevator/me_extsearch
2015-10-26 Jan Maennig [email protected]
* fixed occasionally occurring error missing class in ext_localconf.php
2015-05-22 Steve Schütze [email protected]
* add level3 language label overwrite for drop down
2015-05-08 Jan Maennig [email protected]
* Update composer.json to fixed problems at extension activation
2015-04-17 Jan Maennig [email protected]
* Initialize Release to TER.
2013-10-25 Thomas Scholze [email protected]
* Add service to clear search index
2013-10-11 Thomas Scholze [email protected]
* Overwrite pagination to used bootstrap
2012-09-11 Jan Maennig [email protected]
* Add service to clear search index