首页 >

织梦DedeCMS实现分类搜索内容的功能(下拉搜索)

织梦实现分类搜索内容的功能(下拉搜索)
在使用织梦DedeCMS二次开发的时候,都知道搜索只有标题搜索和模糊搜索,怎么实现按照栏目进行分类搜索呢?想搜那个栏目下的就只搜那个栏目的数据,其实很简单下面就是操作代码,替换掉原来的就可以了;

织梦DedeCMS实现分类搜索内容的功能(下拉搜索)

全部栏目

{dede:channelartlist typeid=’top’ }

{dede:type} [field:typename/]{/dede:type}

{dede:channel type=’son’ noself=’yes’}

-[field:typename/]

{/dede:channel}

{/dede:channelartlist}

是不是很easy啊,这样客户就可以实现分类搜索了,使搜索更精确,速度也更快了。


织梦DedeCMS实现分类搜索内容的功能(下拉搜索)
  • 织梦DedeCMS列表页调用所有顶级栏目文章列表的方法
  • 织梦DedeCMS列表页调用所有顶级栏目文章列表的方法 | 织梦DedeCMS列表页调用所有顶级栏目文章列表的方法 ...

    织梦DedeCMS实现分类搜索内容的功能(下拉搜索)
  • 织梦DedeCMS实现Tag标签伪静态Rewrite的修改方法
  • 织梦DedeCMS实现Tag标签伪静态Rewrite的修改方法 | 织梦DedeCMS实现Tag标签伪静态Rewrite的修改方法 ...

    织梦DedeCMS实现分类搜索内容的功能(下拉搜索)
  • 织梦DedeCMS去掉面包屑导航里面index.html的方法
  • 织梦DedeCMS去掉面包屑导航里面index.html的方法 | 织梦DedeCMS去掉面包屑导航里面index.html的方法 ...