By gp.mazzola on
Hi everybody.
I would like to create a little block with a search field, and have this to search only among nodes of a specific content type.
How can I accomplish this, whenever it is possible?
I was trying my luck with views module and its Search:Index filter. However this filter can only be exposed and not used like an argument.
So is there maybe a way to read the search keys from my custom block form field and send them to the view?
Any suggestion will be very appreciated :)
Thanks,
GP
Comments
D5 or D&? Views 1 or 2?
If it's for Views 2 and D6, I might be able to help you out..
Hi Ximo, thank you for your
Hi Ximo,
thank you for your answer. It was for D5. I solved using faceted search module :)
GP