mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Warn if search criteria too short
Minimum keywords > 3
This commit is contained in:
parent
df9d9e174a
commit
f70d4b33a3
3 changed files with 15 additions and 1 deletions
|
@ -26,5 +26,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{search/search-results results=results keywords=filter}}
|
||||
{{#if validSearch}}
|
||||
{{search/search-results results=results keywords=filter}}
|
||||
{{else}}
|
||||
<p class="text-danger my-5">Your search term is too short</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue