织梦系统有时候在搜索的时候会提示:关键词不少于2个字节,明明填写了关键词但是还有这个提示,问题解决的办法如下:
织梦原始的搜索代码:
<form action="{dede:global name='cfg_phpurl'/}/search.php" name="formsearch">
<input type="hidden" name="kwtype" value="1" />
<input name="keyword" id="keyword" type="text" class="searchtxt" />
<select name="searchtype" id="searchtype">
<option value="titlekeyword" selected>智能模糊搜索</option>
<option value="title">仅搜索标题</option>
</select>
<input type="image" src="{dede:field name='templeturl'/}/images/topsearch_submit.gif" />
</form>
在调用其他样式的时候,必须添加的几个参数
<form <span style="color:#ff0000;">action="{dede:global name='cfg_phpurl'/}/search.php"</span> name="formsearch">
<input <span style="color:#ff0000;">name="keyword" id="keyword" type="text</span>">
<input type="hidden" name="kwtype" value="1" />
<input class="SchBtn" onmouseover="this.className='SchBtn0';" onmouseout="this.className='SchBtn';" <span style="color:#ff0000;">type="submit" value="" </span>/>
</form>
(责任编辑:最模板) |