get_data 函数中 path 参数能否支持多路径 ,谢谢

想实现排除某分类,即文件夹的文章

看到 path 参数,限定1个路劲可以实现,

像 path=['coding','reading'] 多个是无效的,

暂且实现是:

d.get_data(type='post+folder',status='public',excludes=['chat','photos','images','pages','_','template','configs'],limit=10,sort='desc')

这个会无视 status='public' 设置,文档里已写了 status: false 

希望得到解答,感谢

2018-08-03 15:20 from 林木木
Comments
Write a Comment
  • Hepo reply

    @林木木

    1, path 不接受列表的形式

    2,因为 folder 没有 status 这个属性, status 传入实质是无效的。

    建议:

    1, 目录类似 _xxx 默认的 status 就不是 public

    2, 或者 dashboard 内设置一个根目录,所有日志的数据放在这个根目录内。

    • @Hepo 恩,小众需求,谢谢答复,上次提问的垃圾评论关键词有地方设置吗?后台 mail 里没找到地方