DRUPAL、视图、公开搜索过滤器:如何从不过滤特定节点?
我正在使用 Drupal 上的视图。我添加了“搜索公开”过滤器来搜索节点。
我想避免过滤 1 个特殊节点(它是粘性的,位于列表顶部)。换句话说,搜索过滤器应该忽略该节点,并且应该始终显示它。
我该怎么办?
谢谢
I'm using Views on Drupal. I've added the Search exposed filter to search the nodes.
I would like to avoid to filter 1 special node (which is sticky, on the top of the list). In other words, the search filter should ignore that node, and it should be always displayed.
how can I do that ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该考虑为它创建一个不同的视图 - 仅显示此点头,仅此而已。从它创建一个块并将其放在顶部。
You should consider creating a different view for it - that just shows this nod and that's all. Create a block from it and put at the top.
您可以在视图中使用节点:类型过滤器从结果中排除特定节点类型。
You can use a Node : Type filter in the View to exclude specific node types from the results.