0
votes

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

2

2 Answers

0
votes

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.

0
votes

You can use a Node : Type filter in the View to exclude specific node types from the results.