Faceted fulltext search for TYPO3. Fast, flexible and easy to install and use. Indexes content directly from the databases. Features faceting / filtering, file indexing, images in result lists and respects access restrictions.
Maintenance release, fixes a regression with PHP 7.4, see Changelog for details: https://github.com/tpwd/ke_search/blob/v5.0.1/ChangeLog
Hooks example for ke_search. Feel free to use this as a kickstarter for your own custom indexer or hooks. Implements a news indexer as example.
Supported TYPO3 versions:Version | Upload comment | Works with TYPO3 | Download |
---|---|---|---|
5.0.1 /
stable
June 02, 2023 |
Maintenance release, fixes a regression with PHP 7.4, see Changelog for details: https://github.com/tpwd/ke_search/blob/v5.0.1/ChangeLog
|
11.5.11 - 12.99.99 | Download |
5.0.0 /
stable
May 26, 2023 |
This version supports TYPO3 12 and 11 and drops support for TYPO3 10, see Changelog for details: https://github.com/tpwd/ke_search/blob/v5.0.0/ChangeLog
|
11.5.11 - 12.99.99 | Download |
4.6.5 /
stable
May 26, 2023 |
Bugfix: Fix fetching tags from Sphinx
|
10.4.11 - 11.5.99 | Download |
4.6.4 /
stable
May 26, 2023 |
Maintenance release, see Changelog for details: https://github.com/tpwd/ke_search/blob/v4.6.4/ChangeLog
|
10.4.11 - 11.5.99 | Download |
4.6.3 /
stable
May 26, 2023 |
Bugfix: Make it possible to reset preselected filters
|
10.4.11 - 11.5.99 | Download |
4.6.2 /
stable
January 13, 2023 |
Fix SQL query for assigning tags from page properties to work with sql_mode ONLY_FULL_GROUP_BY
|
10.4.11 - 11.5.99 | Download |
4.6.1 /
stable
January 13, 2023 |
Respect workspace flag for content elements
|
10.4.11 - 11.5.99 | Download |
4.6.0 /
stable
January 06, 2023 |
New features: Make search word parameter configurable for GA4, create tags for tt_news categories, exclude single files from indexing, see Changelog for details: https://github.com/tpwd/ke_search/blob/v4.6.0/ChangeLog
|
10.4.11 - 11.5.99 | Download |
4.5.1 /
stable
September 30, 2022 |
Maintenance release, see Changelog for details: https://github.com/tpwd/ke_search/blob/v4.5.1/ChangeLog
|
10.4.11 - 11.5.99 | Download |
4.5.0 /
stable
September 02, 2022 |
New features: Index custom file references in page indexer, index custom fields in tt_content, add column content_hidden to allow adding searchwords that are not shown in the result list.
|
10.4.11 - 11.5.99 | Download |
4.4.5 /
stable
June 17, 2022 |
Fix regression from version 4.4.2 which caused the search result to be empty when the search box is on a different page. Remove unicode replacement character in PDF indexing.
|
10.4.11 - 11.5.99 | Download |
4.4.4 /
stable
June 10, 2022 |
Go back to fetch() from fetchAssociative() for backwards compatibility
|
10.4.11 - 11.5.99 | Download |
4.4.3 /
stable
June 10, 2022 |
Fix regression which threw an error when showing file results in TYPO3 10
|
10.4.11 - 11.5.99 | Download |
4.4.2 /
stable
June 10, 2022 |
Maintenance release, see https://github.com/tpwd/ke_search/blob/master/ChangeLog.
|
10.4.11 - 11.5.99 | Download |
4.4.1 /
stable
May 06, 2022 |
Add missing PHP version constraint (ke_search requires PHP 7.4 since version 4.4.0).
|
10.4.11 - 11.5.99 | Download |
4.4.0 /
stable
April 22, 2022 |
This version features the date range filter and incremental indexing for files. Please do a full indexing after upgrading.
|
10.4.11 - 11.5.99 | Download |
4.3.1 /
stable
February 18, 2022 |
Fixes a bug which made filtering unusable
|
10.4.11 - 11.5.99 | Download |
4.3.0 /
stable
February 11, 2022 |
Adds support for shortcuts, a dashboard preset and a switch for filter rendering in the result list. Fixes lots of PHP 8 issues. Removes dashboard requirement. Improves documentation.
|
10.4.11 - 11.5.99 | Download |
4.2.0 /
stable
December 10, 2021 |
Adds a cachable searchbox. Adds a requirement: dashboard.
|
10.4.11 - 11.5.99 | Download |
4.1.0 /
stable
October 29, 2021 |
This version supports TYPO3 10 and 11 and drops support for TYPO3 9.
|
10.4.11 - 11.5.99 | Download |
4.0.2 /
stable
October 29, 2021 |
Bugfix version: Make ke_search compatible with PHP 7.4 again
|
9.5.0 - 10.4.99 | Download |
4.0.1 /
stable
October 01, 2021 |
Use new namespaces from ke_search_premium.
|
9.5.0 - 10.4.99 | Download |
4.0.0 /
stable
September 10, 2021 |
The namespace has changed in this version. Please make sure to adapt your code if you extend ke_search.
|
9.5.0 - 10.4.99 | Download |
3.9.0 /
stable
July 16, 2021 |
Overhauled backend module layout, allow filters to be rendered in result list, improved documentation.
|
9.5.0 - 10.4.99 | Download |
3.8.1 /
stable
June 11, 2021 |
Add support for headless mode (JSON response). This is a ke_search_premium feature.
|
9.5.0 - 10.4.99 | Download |
3.8.0 /
stable
May 21, 2021 |
New feature: incremental indexing. This is a lot faster than full indexing. There are minor drawbacks, see Documentation (Chapter: Indexing).
|
9.5.0 - 10.4.99 | Download |
3.7.2 /
stable
May 14, 2021 |
New hook for changing the sorting, do not ask for confirmation in clear index command, catch exception in page indexer.
|
9.5.0 - 10.4.99 | Download |
3.7.1 /
stable
May 07, 2021 |
Provide url and label for sorting links, highlight hits inside words.
|
9.5.0 - 10.4.99 | Download |
3.7.0 /
stable
April 30, 2021 |
Fixes a bug which made overwritting language labels for the frontend plugins impossible, removes indexers that have not been maintained anymore (a21glossary, cal), removes unused database fields, supports sending of notification mails in TYPO3 10, adds information about files to the result list, does not index initial placeholders anymore if workspaces are used
|
9.5.0 - 10.4.99 | Download |
3.6.1 /
stable
March 26, 2021 |
This version checks if EXT:dashboard is installed before registering widgets.
|
9.5.0 - 10.4.99 | Download |
3.6.0 /
stable
March 19, 2021 |
This version features dashboard widgets and file language detection and also fixes some bugs.
|
9.5.0 - 10.4.99 | Download |
3.5.0 /
stable
March 05, 2021 |
This version adds an indexer for ext:tt_news and fixes some bugs.
|
9.5.0 - 10.4.99 | Download |
3.4.2 /
stable
February 12, 2021 |
Fixes a bug which prevents orig_row from beeing filled.
|
9.5.0 - 10.4.99 | Download |
3.4.1 /
stable
February 05, 2021 |
This version includes bugfixes only.
|
9.5.0 - 10.4.99 | Download |
3.4.0 /
stable
January 29, 2021 |
This version introduces speaking URLs for ke_search. Additionally it adds a view helper to link to search pages and adds an allowEmptySearch setting.
|
9.5.0 - 10.4.99 | Download |
3.3.1 /
stable
October 30, 2020 |
Fixes regression introduced in 3.3.0
|
9.5.0 - 10.4.99 | Download |
3.3.0 /
stable
October 30, 2020 |
Features: Make original database row available in the template. Allow system categories to be used as filter options. Add hook for thirt-party file preview. Includes bugfixes and documentation improvements. This version changes the database structure.
|
9.5.0 - 10.4.99 | Download |
3.2.0 /
stable
September 11, 2020 |
Feature: Allow system categories to be used as filter options. Some bugfixes and documentation improvements. This version changes the database structure.
|
9.5.0 - 10.4.99 | Download |
3.1.6 /
stable
July 24, 2020 |
Add support for EXT:container. Add hook for check if content element should b indexed. Improve rendering of indexing report. Use category selector from news extension.
|
9.5.0 - 10.4.99 | Download |
3.1.5 /
stable
July 10, 2020 |
Improve documentation about filtering. Allow multiple sortings for search results.
|
9.5.0 - 10.4.99 | Download |
3.1.4 /
stable
July 06, 2020 |
Security fix. Please update!
|
9.5.0 - 10.4.99 | Download |
3.1.3 /
stable
April 24, 2020 |
Set compatibility to TYPO3 10.4
|
9.5.0 - 10.4.99 | |
3.1.2 /
stable
April 17, 2020 |
bugfix and maintenance release, new feature: hook for modifying index record directly before storing in the database
|
9.5.0 - 10.3.99 | |
3.1.1 /
stable
January 20, 2020 |
fix regressions with TYPO3 9.5, remove script and style tags
|
9.5.0 - 10.2.99 | |
3.1.0 /
stable
January 16, 2020 |
Make ke_search compatible with TYPO3 10.2
|
9.5.0 - 10.2.99 | |
3.0.6 /
stable
November 08, 2019 |
Fixes bugs related to file indexing, configuration of the richtest editor and preselected filter configuration.
|
9.5.0 - 9.99.99 | |
3.0.5 /
stable
October 28, 2019 |
Improve translation handling. Index files attached to news.
|
9.5.0 - 9.99.99 | |
3.0.4 /
stable
May 06, 2019 |
Security fix. Please update.
|
9.5.0 - 9.99.99 | |
3.0.3 /
stable
February 01, 2019 |
Changes and fixes needed for TYPO3 9 compatibility of ke_search_premium
|
9.5.0 - 9.99.99 | |
3.0.1 /
stable
January 21, 2019 |
Fix indexing with gridelements.
|
9.5.0 - 9.99.99 | |
3.0.0 /
stable
January 16, 2019 |
Compatibility release for TYPO3 9 LTS with a lot of refactoring.
|
9.5.0 - 9.99.99 | |
2.8.3 /
stable
July 06, 2020 |
Security fix. Please update!
|
7.6.0 - 8.7.99 | Download |
2.8.1 /
stable
November 28, 2018 |
Bugfix release
|
7.6.0 - 8.7.99 | |
2.8.0 /
stable
July 20, 2018 |
Fields in page properties are now collected in a new tab (Search). Support for file collections added.
|
7.6.0 - 8.7.99 | |
2.7.0 /
stable
April 16, 2018 |
template chooser, fluid based pagination
|
7.6.0 - 8.7.99 | |
2.6.3 /
stable
February 06, 2018 |
some bugfixes, please see changelog
|
7.6.0 - 8.7.99 | |
2.6.2 /
stable
December 18, 2017 |
some bugfixes, please see changelog
|
7.6.0 - 8.7.99 | |
2.6.1 /
stable
October 18, 2017 |
bugfix (7.6 compatibility), remove MySQL storage engine definition
|
7.6.0 - 8.7.99 | |
2.6.0 /
stable
October 17, 2017 |
Indexer for DOCX, PPTX, XLSX files, Bugfixes (see Changelog)
|
7.6.0 - 8.7.99 | |
2.5.0 /
stable
May 31, 2017 |
Compatibility with TYPO3 8LTS, Support for templateRootPaths, Bugfixes (see Changelog)
|
7.6.0 - 8.7.99 | |
2.4.2 /
stable
April 26, 2017 |
security fix please update
|
7.6.0 - 7.99.99 | |
2.4.1 /
stable
October 12, 2016 |
localization fixes, feature: use multiple page entries for automated tagging
|
7.6.0 - 7.99.99 | |
2.4.0 /
stable
September 08, 2016 |
bugfixes, plugin configuration restructed for a better overview, doktypes which should be indexed can be adjusted now
|
7.6.0 - 7.99.99 | |
2.3.1 /
stable
July 27, 2016 |
same as 2.3.0, release fix, last upload of this version was by mistake dev master, not v2.3.0
|
7.6.0 - 7.99.99 | |
2.3.0 /
stable
July 21, 2016 |
bugfixes, backend module based on extbase
|
7.6.0 - 7.99.99 | |
2.2.1 /
stable
May 06, 2016 |
improve speed for file indexing, adjustments for ke_search_premium
|
6.2.0 - 7.99.99 | |
2.2.0 /
stable
April 12, 2016 |
tags from system categories for pages, suggest wizards, pagebrowser as html list, bugfixes
|
6.2.0 - 7.99.99 | |
2.1.0 /
stable
March 22, 2016 |
new feature: indexer for cal, bugfixes
|
6.2.0 - 7.99.99 | |
2.0.4 /
stable
March 14, 2016 |
maintenance release, remove obsolete code, bugfixes
|
6.2.0 - 7.99.99 | |
2.0.3 /
stable
February 16, 2016 |
bugfix release
|
6.2.0 - 7.99.99 | |
2.0.2 /
stable
February 15, 2016 |
bugfix release
|
6.2.0 - 7.99.99 | |
2.0.1 /
stable
January 19, 2016 |
support for textmedia content elements for fluid_styled_content
|
6.2.0 - 7.99.99 | |
2.0.0 /
stable
December 14, 2015 |
Version 2.0 supports TYPO3 7LTS, fluid templates and composer installation
|
6.2.0 - 7.99.99 | |
1.10.3 /
stable
October 16, 2015 |
attached content elements for ext:news will now be indexed
|
4.5.0 - 7.4.99 | |
1.10.2 /
stable
September 11, 2015 |
bugfixes, please have a look at the changelog
|
4.5.0 - 7.99.99 | |
1.10.1 /
stable
August 17, 2015 |
compatibility to 7.4, bugfixes
|
4.5.0 - 7.99.99 | |
1.10.0 /
stable
May 29, 2015 |
new feature: show last indexing report, new hook for cleanup process, bugfixes
|
4.5.0 - 7.99.99 | |
1.9.3 /
stable
April 29, 2015 |
compatibility to TYPO3 7.2
|
4.5.0 - 7.99.99 | |
1.9.2 /
stable
April 28, 2015 |
small bugfix release
|
4.5.0 - 7.99.99 | |
1.9.1 /
stable
April 10, 2015 |
bugfix release, please see changelog
|
4.5.0 - 7.99.99 | |
1.9.0 /
stable
March 27, 2015 |
ke_search is now compatible with TYPO3 version 7
|
4.5.0 - 7.99.99 | |
1.8.5 /
stable
March 20, 2015 |
new feature: images for news results
|
4.5.0 - 6.2.99 | |
1.8.4 /
stable
February 18, 2015 |
bugfixes version
|
4.5.0 - 6.2.99 | |
1.8.3 /
stable
January 14, 2015 |
feature: show images from pages (field: media), bugfixes.
|
4.5.0 - 6.2.99 | |
1.8.2 /
stable
November 03, 2014 |
bugfix: fix tag generation for news catagories. fixes regression introduced in 1.8.0.
|
4.5.0 - 6.2.99 | |
1.8.1 /
stable
October 31, 2014 |
bugfix (IMPORTANT): fix regression introduced in 1.7.2: protected pages will show up in the search results even if the user is not logged in
|
4.5.0 - 6.2.99 | |
1.8.0 /
stable
October 30, 2014 |
fal based file indexer and file preview in frontend, flexible type icon configuration for frontend result list
|
4.5.0 - 6.2.99 | |
1.7.3 /
stable
October 14, 2014 |
new feature: allow extension configuration to be overwritten with page typoscript
|
4.5.0 - 6.2.99 | |
1.7.2 /
stable
October 09, 2014 |
new feature: extend page indexer hook
|
4.5.0 - 6.2.99 | |
1.7.1 /
stable
September 25, 2014 |
fix version number, new hook for filter modifying
|
4.5.0 - 6.2.99 | |
1.7.0DEV /
stable
September 24, 2014 |
show number results per filter option, alphabetical sorting for filter options, respect language in statics, use html5 placeholder. bugfixes.
|
4.5.0 - 6.2.99 | |
1.6.11 /
stable
August 26, 2014 |
new indexer for a21glossary, several bugfixes
|
4.5.0 - 6.2.99 | |
1.6.10 /
stable
July 11, 2014 |
fix file indexer
|
4.5.0 - 6.2.99 | |
1.6.9 /
stable
July 08, 2014 |
improve backend module rendering, add new hooks
|
4.5.0 - 6.2.99 | |
1.6.8 /
stable
June 16, 2014 |
bugfixes for news indexer and statistics
|
4.5.0 - 6.2.99 | |
1.6.7 /
stable
June 13, 2014 |
bugfix in indexer for news 3.0
|
4.5.0 - 6.2.99 | |
1.6.6 /
stable
June 10, 2014 |
make ext:news indexer compatible with news 3.0.0 (uses sys_categories)
|
4.5.0 - 6.2.99 | |
1.6.5 /
stable
March 28, 2014 |
fix regression in backend module, works now in 4.7 and 6.2
|
4.5.0 - 6.2.99 | |
1.6.4 /
stable
March 24, 2014 |
bugfix for backend module, works now in 6.2 Beta6, Beta7, RC1, see changelog.
|
4.5.0 - 6.2.99 | |
1.6.3 /
stable
January 17, 2014 |
improve memory consumption, bugfixes, see changelog.
|
4.5.0 - 6.2.99 | |
1.6.2 /
stable
December 12, 2013 |
bugfix: pagebrowser shows only first 10 ressin satic mode
|
4.5.0 - 6.2.99 | |
1.6.1 /
stable
December 10, 2013 |
bugfixes, see changelog.
|
4.5.0 - 6.2.99 | |
1.6.0 /
stable
December 09, 2013 |
new feature: FAL based file indexer. Compatible with 6.2dev. Lots of bugfixes, see changelog.
|
4.5.0 - 6.2.99 | |
1.5.0 /
stable
September 25, 2013 |
indexer for ext:news, hidden filters feature, see Changelog for more
|
4.5.0 - 6.1.99 | |
1.4.1 /
stable
July 17, 2013 |
security fix, please update!
|
||
1.4.0 /
stable
January 04, 2013 |
New Features: Indexer for comments, multiple fields for TemplaVoila indexer.
|
||
1.3.1 /
stable
December 07, 2012 |
New feature: indexer for mm_forum; several bugfixes and improvements; see changelog for details
|
||
1.3.0 /
stable
October 12, 2012 |
New features: searchphrases, " / -" search parameters, indexer for .doc and .xsl, TYPO3 6.0 compatibility (and more); several bugfixes and improvements; see changelog for details
|
||
1.2.0 /
stable
August 16, 2012 |
bugfixes, maintenance and new features; see changelog for details; please note that your hooks may need adjustements when updating |
||
1.1.1 /
stable
July 24, 2012 |
Bugfix release, please see changelog.
|
||
1.1.0 /
stable
June 06, 2012 |
Contains a new indexer for TemplaVoila and other new features, bugfixes and hooks. See changelog for details.
|
||
1.0.2 /
stable
May 18, 2012 |
New features: recursive search for tt_news and tt_address, exclude pages from tagging; new language: Dutch; bugfixes and new hooks. See Changelog for details.
|
||
1.0.1 /
stable
May 11, 2012 |
New feature "tt_news targetpage by category", bugfixes and additional hooks. See changelog for details.
|
||
1.0.0 /
stable
March 30, 2012 |
New main version with a lot of bugfixes, new features and improvements. See changelog in EXT dir.
|
||
0.3.2 /
beta
July 13, 2011 |
Several minor bugfixes
|
||
0.3.1 /
beta
June 22, 2011 |
Security fix. Please update!
|
||
0.3.0 /
beta
April 15, 2011 |
Several new features and bugfixes: result sorting, multi select filters (checkboxes), individual "no results" text and more. See changelog for further information. |
||
0.2.0 /
beta
March 18, 2011 |
Huge performance optimizations. New feature: search word statistic. Several bugfixes and cleanups.
|
||
0.1.1 /
beta
March 01, 2011 |
Documentation update
|
||
0.1.0 /
beta
March 01, 2011 |
Initial TER release
|