0

I've two search box webparts in a same page targeted to different audiences. I want to configure the search boxes to seach a specific search scopes which I've created.

Any ideas how to do that?

NLV
  • 21,141
  • 40
  • 118
  • 183

2 Answers2

0

Typically the search box points to the page with the desired search results web part. That is a problem if you want both search boxes to point to the same page. You might look at using web part connections and have 2 pairs of web parts - search box and results "A" and "B" where the "A" pair uses a connection to define the link. Then the result part "A" would select the desired scope and/or audience and so forth.

Kelly S. French
  • 12,198
  • 10
  • 63
  • 93
0

I've created a custom search control which redirects to the search page. I've passed all the necessary details such as keyword, scope etc in the URL.

NLV
  • 21,141
  • 40
  • 118
  • 183