tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
8 stars 31 forks source link

Don't double-count tags in number of search results #211

Closed christianbltr closed 6 months ago

christianbltr commented 8 months ago

If the same tag is given two times to a search index record (e.g. of type page) these will both be counted in the number of search results for a given filter option (e.g. in the dropdown filter or the textlinks filter).

But after selecting this filter option the user will see less search results than what has been shown before in the filter.

The number of search results shown for each filter option should match the number of search results after selecting that filter option.

Example:

If a page record has this content in tags: #green#,#green#,#red# it will be counted double in the number of results in the select filter.