Hi, i have a question about configuration fo search pages in sharepoint. There are two types of searches:
- contextual which searches just in current page or list (they are labelled like: This site: Name of site or This list: Name of list), they point to OSSSearchResults.aspx page
- custom searches which can be user defined, they point to Search center
Custom searches are not a problem, since search center can be modified easily, but with contextual searches there is a problem.
So, is there a way to configure sharepoint so it will send users to search center even with contextual searches?
I know that i can insert some javascript into OSSSearchResults.aspx or create HttpHandler which will redirect him automatically, but i wonder if there is some more native solution.