Search field in layout goes to another page

i have a search form as part of a layout on one page. when i enter an
object to search how do i bring it to another page? in order words not
have layout default to the usual <% yield %>.

[layout]
{ search box }
[layout]
[page]
list.html.erb
[page]

what i want to get :

[layout]
{ search box }
[layout]
[page]
search.html.erb
[page]

bump

solved