织梦搜索提示关键词不少于2个字节

时间:2014-07-04
织梦系统有时候在搜索的时候会提示:关键词不少于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 action="{dede:global name='cfg_phpurl'/}/search.php" name="formsearch">
<input name="keyword" id="keyword" type="text">
<input type="hidden" name="kwtype" value="1" />
<input class="SchBtn" onmouseover="this.className='SchBtn0';" onmouseout="this.className='SchBtn';" type="submit" value="" />
</form>
出现关键词不少于2个字节,多数情况下就是文件的代码书写少了红色的部分,大家仔细检查一下是否是这个问题。
上一条:如何删掉DedeCMS 5.7中自带的织梦链 下一条:织梦DEDECMS搜索页调用arclist标签的方法

相关文章

最新文章