Hi, I have a search box and a category dropdown that defaults to "All"
I need to have searches for "all" exclude a particular category in the dropdown and only have results in that category if they choose to search the category (in the dropdown).
For example, Page 1 belongs to Category 1, page 2 belongs to category 2, page 3 belongs to category 3.
All pages share the same key words (for arguments' sake).
I'd like to "lock down" Category 2 so that a search for "All" only returns Page 1 & 3 and if I choose Category 2 in the dropdown, only page 2 returns.
I am running an ASP installation of version 6
Any theories how this can be acheived?
Thanks in advance
Chris
I need to have searches for "all" exclude a particular category in the dropdown and only have results in that category if they choose to search the category (in the dropdown).
For example, Page 1 belongs to Category 1, page 2 belongs to category 2, page 3 belongs to category 3.
All pages share the same key words (for arguments' sake).
I'd like to "lock down" Category 2 so that a search for "All" only returns Page 1 & 3 and if I choose Category 2 in the dropdown, only page 2 returns.
I am running an ASP installation of version 6
Any theories how this can be acheived?
Thanks in advance
Chris
Comment