searchform 搜索标签【基础用法】标签:searchform描述:文档标题搜索,默认搜索整站用法:{eyou:searchform type=\‘sonself\‘} <form method="get" action="{$field.action}"> <input type="text" name="keywords" /> <input type="submit" value=\‘点击搜索\‘ /> {$field.hidden} </form>{/eyou:searchform}属性:type=\‘default\‘ 默认搜索方式,如果指定typeid属性,想实现连同子分类一起搜索,可以设置 type=\‘sonself\‘typeid=\‘\‘ 默认搜索所有栏目的文档标题,可以指定栏目id搜索,也可以在不同栏目搜索当前栏目的文档,比如:typeid=\‘$eyou.field.typeid\‘modelid=\‘\‘ 默认搜索所有模型的文档标题,可以指定模型id搜索,也可以在不同栏目所在模型搜索当前模型的文档,比如:modelid=\‘$eyou.field.current_channel\‘可以根据以上用法,对比前端代码!