By Cyclonecode on
Hi
Im trying to figure out howto change the path for my searches. I have a custom content type displayed in a view at [root]/works. I want to implement a search form that only will search nodes of this content type and also use a url like [root]/works/search/[query]
Thanx in advance
Comments
you can use views
Hi there,
you can use views to build your customer search.
Add a view as page and select "Search: Search Terms" under filter settings.
Using your example: The path [root]/works?search=test will then search for the keyword "test" inside your view.