Hi,
We are developing a site (with CS2002StarterSite as base) where we don't
want to show all possible catalogs available for search. The search should
only occur in a preset catalog, and the user should not be aware of any
other
existing catalogs (hence, dropdownlist must go).
Is there any way to remove the dropdown list containing searchproviders.
Setting the dropdown list visibility to false does not work since the
SearchContext.Current.SearchProvider is then null when a search is
performed.
We have also tried to set the dropdown list width to 0px, but this only
work
in IE, not in Opera or Firefox. Using a hidden field does not work either.
Is there any way of setting the SearchContext.Current.SearchProvider
directly?
Any help would be higly appreciated.
Regards
-thomas