暴露的过滤器:无与所有结果
我有一个视图,其中有一些暴露的字段。当视图第一次出现时,所有公开的字段都设置为不以任何方式限制输出。因此该视图显示了所有符合条件的记录。我希望在这种情况下不会出现任何记录。或者,更好的是,让用户选择是否显示某些结果。
I have a view which has some exposed fields. When the view comes up the first time, all of the exposed fields are set up to not restrict the output in any way. So the view shows all of the records matching the criteria. I would like to make it so that, in that situation, none of the records show up. Or, even better, let the user choose whether some or no results show up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个众所周知的问题,您可以在这里找到解决方案:
http://drupal.org/node/358546
PS:此功能在视图 3 中可用。
It is a well known problem, you will find solution here :
http://drupal.org/node/358546
PS: This feature is available in views 3.