[FEATURE] Indexed Search: add mySQL fulltext support
Adds some minor modifications for restructuring in the pi code, and some hooks in order to allow for other search engines to be used. Additionally, "indexed_search_mysql" is added to the core that allows the mysql fulltext search with it. Thanks to Michael Stucki for all the work! Change-Id: I19ebc78dd0bb79297ee78104c7c6979379f2001e Resolves: #28613
Showing
- typo3/sysext/indexed_search/class.doublemetaphone.php 3 additions, 3 deletionstypo3/sysext/indexed_search/class.doublemetaphone.php
- typo3/sysext/indexed_search/class.indexer.php 322 additions, 216 deletionstypo3/sysext/indexed_search/class.indexer.php
- typo3/sysext/indexed_search/class.tx_indexedsearch_util.php 64 additions, 0 deletionstypo3/sysext/indexed_search/class.tx_indexedsearch_util.php
- typo3/sysext/indexed_search/doc/README.txt 21 additions, 0 deletionstypo3/sysext/indexed_search/doc/README.txt
- typo3/sysext/indexed_search/ext_autoload.php 9 additions, 0 deletionstypo3/sysext/indexed_search/ext_autoload.php
- typo3/sysext/indexed_search/ext_conf_template.txt 4 additions, 1 deletiontypo3/sysext/indexed_search/ext_conf_template.txt
- typo3/sysext/indexed_search/ext_emconf.php 5 additions, 6 deletionstypo3/sysext/indexed_search/ext_emconf.php
- typo3/sysext/indexed_search/ext_localconf.php 13 additions, 0 deletionstypo3/sysext/indexed_search/ext_localconf.php
- typo3/sysext/indexed_search/ext_tables.php 15 additions, 0 deletionstypo3/sysext/indexed_search/ext_tables.php
- typo3/sysext/indexed_search/ext_tables.sql 1 addition, 0 deletionstypo3/sysext/indexed_search/ext_tables.sql
- typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php 16 additions, 6 deletions...dexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
- typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php 268 additions, 185 deletionstypo3/sysext/indexed_search/pi/class.tx_indexedsearch.php
- typo3/sysext/indexed_search/pi/considerations.txt 34 additions, 0 deletionstypo3/sysext/indexed_search/pi/considerations.txt
- typo3/sysext/indexed_search_mysql/ChangeLog 3 additions, 0 deletionstypo3/sysext/indexed_search_mysql/ChangeLog
- typo3/sysext/indexed_search_mysql/class.tx_indexedsearch_mysql.php 219 additions, 0 deletions...ext/indexed_search_mysql/class.tx_indexedsearch_mysql.php
- typo3/sysext/indexed_search_mysql/ext_emconf.php 52 additions, 0 deletionstypo3/sysext/indexed_search_mysql/ext_emconf.php
- typo3/sysext/indexed_search_mysql/ext_icon.gif 0 additions, 0 deletionstypo3/sysext/indexed_search_mysql/ext_icon.gif
- typo3/sysext/indexed_search_mysql/ext_localconf.php 10 additions, 0 deletionstypo3/sysext/indexed_search_mysql/ext_localconf.php
- typo3/sysext/indexed_search_mysql/ext_tables.sql 16 additions, 0 deletionstypo3/sysext/indexed_search_mysql/ext_tables.sql
Please register or sign in to comment