DRUPAL:视图、公开过滤器:如何取消选择默认的所有项目
我正在使用带有带有标签的公开过滤器的视图。 (与更好的曝光过滤器集成)。 在设置中,当我第一次访问该页面时,我可以选择一个或多个标签作为启动选定的标签。
但是我无法取消选择所有这些。我不想在开始时选择标签并同时查看所有文章。 (注意,我正在使用“Is one of”运算符,它非常适合我的网站)。
所以问题是,我可以不选择任何标签作为默认值并查看我的所有节点吗?
谢谢
I'm using Views with an exposed filter with tags. (integrated with Better exposed filter).
In the settings I can select one or more tags as starting selected tags when I visit the page for the first time.
However I cannot unselect all of them. I would like to not have selected tags at the beginning and at the same to see all articles. (N.B. I'm using "Is one of" operator, and it works perfectly for my website).
So the question is, can I have none tags unselect as default and see all my nodes ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将过滤器标记为可选。
You must mark the filter as optional.