![]() |
![]() |
Im having trouble doing two things on a search
results page.
First, I have a small navigation bar that lets
users search again, sorting by one of several different criteria. The problem is
that I only want that bar to be displayed once. If I put the nav bar
outside [search-list] tags (which means it will only be displayed once)
then the nav bar shows up if there are no matches. Is there any way to wrap
the nav bar in a tag that determines if there are any
matches, without the nav being in-between [search-list] tags (inside
[search-region] tags are ok of course) ?
Secondly Is there a simple way of running
the same search again from the results page, but with a different sort
field?
Thanks,
LeE
|