teaminmedias-pluswerk / 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
35 stars 62 forks source link

Display categories of item in the list search results #426

Closed ManOnZeMoon closed 3 years ago

ManOnZeMoon commented 3 years ago

Hi ! All is in the question, i would like to display categories (ou firstcategorie) of item (news item) in the list of search results.

{resultrow} show that this categorie list is not avalaible. Is it possible ? thanks !!
christianbltr commented 3 years ago

Hi. Categories are currently not available out of the box in the resultrow. You could implement your own viewhelper and use the uid of the news item (field "orig_uid") to fetch and display the related category.