Switch language
zh
Switch theme
Light

帝国cms搜索模板制作

<form name="searchform" method="post" action="/e/search/index.php">
                    <!--按表搜索-->
                    <input type="hidden" name="tbname" value="activity">
                    <!--所用搜索模板-->
                    <input type="hidden" name="tempid" value="3">
                    <!--搜索字段变量-->
                    <input type="hidden" name="show" value="title">
                    <!--搜索范围不限制-->
                    <input type="hidden" name="member" value="0">
                    <!--查询逻辑, 默认模糊查询-->
                    <input type="hidden" name="hh" value="LK">

                    <!--按关键词搜索-->
                    <input name="keyboard" type="text" placeholder="输入活动关键词">
                    <button type="submit" name="submit">搜 索</button>
                </form>
  1. 模板的所属系统模型要与『要搜索的表』一致 image.png

  2. 对应的系统模型中对应搜索字段要选中 image.png

🍀