使用notypeid可以实现,这个指定栏目必须是文章所属栏目ID,如果写顶级栏目ID是没有效果的。也可以指定多条,notypeid='10,11,12'
{eyou:searchform type='default' notypeid='1'}
<form method="get" action="{$field.action}">
{$field.hidden}
<input type="text" name="keywords" placeholder="请输入关键字">
<input type="submit" value="搜索">
</form>
{/eyou:searchform}