Bug #78316
closedEpic #65814: Make Indexed search extbase plugin shine
Regression: Wrong link to normal search mode if advanced mode is active by default
0%
Description
I am currently upgrading an old TYPO3 4.5 installation to 7.6 LTS and noticed a wrong behaviour in the indexed_search extension. In ticket #51189 and #61982 was a change made to remove the link parameter for the normal search if the advanced search mode is active. The problem with this change is, it does not consider the possibility that the advanced search is active by default ( activated by _DEFAULT_PI_VARS.ext=1 in TypoScript ). In that case, the link back to normal mode does not get the necessary parameter so switching backing to normal mode with the link in the marker ###LINKTOOTHERMODE### is simply not possible.
Since there are no hook or other TypoScript options available, my only chance is to use an xclass or change the core file.
It would be nice if there are some more options to create the correct link or revert the previous change. The argument in #51189 about duplicate content is no argument in my opinion because you can use a canonical url or use noindex,nofollow on the search page.
The problem occurs in 6.2 and most likey in 8 as well.
Updated by Benni Mack almost 5 years ago
- Related to Bug #51189: Remove non-needed Url parameter for standard search added
Updated by Benni Mack almost 5 years ago
- Related to Bug #61982: Regression fix for wrong backport of indexed_search patch #51189 added
Updated by Benni Mack almost 5 years ago
- Status changed from New to Closed
Hey,
I'm closing this issue. The pi-based plugin is fully removed since a couple of versions, and we only support the Fluid-baed templates where you can change the links in templates to be easily overridable. If you feel we're still missing something, let me know and I will re-open the issue.