Bug #77682
closedindexed_search extbase/fluid Plugin has no result highlighting and shows always beginning of page-content
100%
Description
TYPO3 7.6 installation
activate indexed_search
place the extbase/fluid plugin on a page
(place the "old" plugin on an other page)
> the search result on the old plugins page works like always, showing relevant part of the result-page with highlighted search-words> the extbase/fluid plugin shows the beginning of the target page content (what is almost not the relevant part) and doesn't highlight anything.
In the controller the functions are there so its more a bug then a missing feature.
Updated by Frans Saris about 8 years ago
- Status changed from New to Needs Feedback
Hi, I don't get the striped through text.
Does the highlighting etc work with the "old" indexed_search or does it not?
So is this a bug or feature?
Updated by Anonymous about 8 years ago
well it works on the "old" plugin
you could target it as feature...
BUT, like I wrote, the code in the "new" controller (for highlighting) is already there - but doesn't work
Updated by Frans Saris about 8 years ago
- Status changed from Needs Feedback to New
If its there but doesn't work it's a bug. Could you maybe come up with a patch and push it to our review system?
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49697
Updated by Frans Saris about 8 years ago
You can enable the highlighting etc with the typoscript option: plugin.tx_indexedsearch.defaultOptions.extResume = 1
and change your fluid template: {description}
should be {description -> f:format.raw()}
But it would be great if you could test the patch
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49697
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49697
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49697
Updated by Gerrit Code Review about 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49697
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49809
Updated by Frans Saris about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ba762e2c3fe72c81a929b6a8507d62153061a5ca.