Servus die Runde,
falls jemand indexed_search wie im z.B in einem popUp Feinster einbauen soll muss und das nicht per Extbase machen will was auch immer seine Gründe dafür sind kann das auch per Fluid machen.
Hier der benötigte Code dafür:
Achtung!!
pageUid: '6' bitte auf deine pageUid ausbessern wo dein indexed_search Plugin eingebaut ist.
[languageUid]" value="0" hier das value ausbessern für mehrere sparachen wenn du nur eine Sparche hast ist es das value 0
<div id="search">
<button type="button" class="close">×</button>
<f:comment>
<form
action="{f:uri.page(pageUid: '6', additionalParams: {tx_indexedsearch_pi2:{action:'search',controller:'Search'}})}"
method="post">
</f:comment>
<form method="post" class="clearfix"
action="{f:uri.page(pageUid:'6',additionalParams:'{tx_indexedsearch_pi2: {action:\'search\',controller:\'Search\'}}')}">
<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />
<f:comment>
<!-- Do NOT add the ID for pointer and _freeIndexUid fields here! IT WILL BREAK THE PAGINATION!-->
</f:comment>
<input type="hidden" name="tx_indexedsearch_pi2[search][_freeIndexUid]" value="_" />
<input type="hidden" name="tx_indexedsearch_pi2[search][pointer]" value="0" />
<input type="hidden" name="tx_indexedsearch_pi2[search][ext]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][searchType]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][defaultOperand]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][mediaType]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][sortOrder]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][group]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][languageUid]" value="0" />
<input type="hidden" name="tx_indexedsearch_pi2[search][desc]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][numberOfResults]" value="" />
<input type="hidden" name="tx_indexedsearch_pi2[search][extendedSearch]" value="" />
<div class="input-group mb-3 rcsuche">
<input type="sword" class="form-control" name="tx_indexedsearch_pi2[search][sword]" value=""
placeholder="Suchen" />
<button type="submit" class="btn btn-primary" id="button-addon2"
name="tx_indexedsearch_pi2[search][submitButton]" value="1">
Suche starten
</button>
</div>
</form>
</div>