Skip to content

Commit

Permalink
We use GET in all search form now
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bigga committed Oct 29, 2021
1 parent a7753d7 commit 64d40aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Plugins/Kitodo/SearchFullText.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ###TEMPLATE### -->
<form id="tx-dlf-toolsFulltextsearch-form" action="###ACTION_URL###" method="post" accept-charset="utf-8" enctype="multipart/form-data">
<form id="tx-dlf-toolsFulltextsearch-form" action="###ACTION_URL###" method="get" accept-charset="utf-8" enctype="multipart/form-data">
<input type="text" id="tx-dlf-search-query" name="###FIELD_QUERY###" value="###QUERY###" placeholder="###LABEL_QUERY###" />
<div id="tx-dlf-search-suggest"></div>
<input type="hidden" name="tx_dlf[fulltext]" value="1" />
Expand Down

0 comments on commit 64d40aa

Please sign in to comment.