[!!!][TASK] Remove personalized search statistics from indexed search
Indexed search captures search statistics and which words were searched. However, TYPO3 only evaluates the searched words, which do not contain any user/IP specific values. This change removes the personalized tracking information, as only the word-based statistics are evaluated. Also the database table "index_stat_search" gets removed. Resolves: #92993 Releases: master Change-Id: I7ab5f9d4a23a79b68274db1a709551604f5479fb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66996 Tested-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-92993-GenericSearchStatisticsFromIndexedSearchRemoved.rst 48 additions, 0 deletions...92993-GenericSearchStatisticsFromIndexedSearchRemoved.rst
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 14 additions, 51 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Resources/Private/Language/locallang_em.xlf 0 additions, 3 deletions...ndexed_search/Resources/Private/Language/locallang_em.xlf
- typo3/sysext/indexed_search/ext_conf_template.txt 0 additions, 3 deletionstypo3/sysext/indexed_search/ext_conf_template.txt
- typo3/sysext/indexed_search/ext_localconf.php 2 additions, 16 deletionstypo3/sysext/indexed_search/ext_localconf.php
- typo3/sysext/indexed_search/ext_tables.sql 0 additions, 15 deletionstypo3/sysext/indexed_search/ext_tables.sql
Please register or sign in to comment