We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b02aa commit 650b943Copy full SHA for 650b943
1 file changed
Resources/Private/Partials/Search/Form.html
@@ -13,7 +13,7 @@
13
</f:for>
14
15
<div class="input-group">
16
- <input type="text" class="tx-solr-q js-solr-q tx-solr-suggest tx-solr-suggest-focus form-control" name="{pluginNamespace}[q]" value="{q}" />
+ <input type="text" class="tx-solr-q js-solr-q tx-solr-suggest tx-solr-suggest-focus form-control" name="{pluginNamespace}[q]" value="{q}" maxlength="50" />
17
<button class="btn btn-primary tx-solr-submit" type="submit">
18
<span class="bi bi-search"></span>
19
<f:translate key="submit" extensionName="solr">Search</f:translate>
0 commit comments