views:

217

answers:

2

hi,

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

A: 

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.

Draco Ater
thanks for reply. Isn't any other method to apply search criterias to only some nodes types ?
Patrick
In the view you can define what type of material, you want (don't want) to see in it.
Draco Ater
I want to see both materials (content types), but I don't want to apply a filter to a specific content type
Patrick
you can also create a view attachment and place it above the page display. i'd say it would look a lot better than using a block.
barraponto
A: 

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

Chaulky

related questions