联系官方销售客服
1835022288
028-61286886
自定义模块的内容搜索应该怎么做?
<form class="search-form" action="{WEB_DIR}index.php" method="get">
<input type="hidden" name="s" value="news">
<input type="hidden" name="c" value="search">
<input name="keyword" placeholder="请输入关键字..." type="text">
<button type="submit">搜索</button>
</form>
这样写是可以搜索的,但是把news换成product就不能搜索了
只能搜中文吗?