Skip to content
Snippets Groups Projects
Commit 2071520d authored by Christer Vindberg's avatar Christer Vindberg Committed by Tymoteusz Motylewski
Browse files

[BUGFIX] Indexed search causes 404 because of missing cHash

When [FE][pageNotFoundOnCHashError] = true, searching with Indexed search
 in FE causes an 404, because the POST action is missing the cHash.

Resolves: #79970
Releases: master
Change-Id: If4f205ddfd264b1213ef696265fda0a8a6d9f29c
Reviewed-on: https://review.typo3.org/51809


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarAnders Kostending <aha@systime.dk>
Tested-by: default avatarJasmina Ließmann <code@frauliessmann.de>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
parent 0ab10b7e
No related merge requests found
<div class="tx-indexedsearch-searchbox">
<f:form action="search" method="post" id="tx_indexedsearch" noCacheHash="true" pageUid="{settings.targetPid}">
<f:form action="search" method="post" id="tx_indexedsearch" pageUid="{settings.targetPid}">
<div class="tx-indexedsearch-hidden-fields">
<f:form.hidden name="search[_sections]" value="0" />
<f:form.hidden name="search[_freeIndexUid]" id="tx_indexedsearch_freeIndexUid" value="_" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment