mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #1914 검색어가 1글자로도 검색할 수 있도록 개선
This commit is contained in:
parent
a8421268f6
commit
de629d6d43
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<filter name="search" module="board">
|
||||
<form>
|
||||
<node target="search_target" required="true" />
|
||||
<node target="search_keyword" minlength="2" maxlength="40" required="true" />
|
||||
<node target="search_keyword" minlength="1" maxlength="40" required="true" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="mid" target="mid" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue