Skip to content

Commit

Permalink
Indexed search adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Apr 12, 2024
1 parent 6d8e1aa commit 91f5f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@import "EXT:indexed_search/Configuration/TypoScript/setup.typoscript"

plugin.tx_indexedsearch.targetPid = {$psi.pageIds.searchresult}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="header-search-container">
<form method="post" action="{f:uri.action(action: 'search', controller: 'Search', extensionName: 'IndexedSearch', pluginName: 'Pi2', pageUid: settings.psi.pageIds.searchresult)}">
<input type="text" name="tx_indexedsearch_pi2[search][sword]" value="">
<input type="submit" value="Suchen" name="tx_indexedsearch_pi2[search][submitButton]">
<input type="submit" value="{f:translate(key: 'search-button', extensionName: 'psi')}" name="tx_indexedsearch_pi2[search][submitButton]">
</form>
</div>
</f:if>
Expand Down

0 comments on commit 91f5f8a

Please sign in to comment.