搜索框 Web 部件 - 默认为自定义搜索范围
我在同一页面中有两个针对不同受众的搜索框 Web 部件。我想配置搜索框来搜索我创建的特定搜索范围。
有什么想法如何做到这一点吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通常,搜索框指向包含所需搜索结果 Web 部件的页面。如果您希望两个搜索框都指向同一页面,那就是一个问题。您可能会考虑使用 Web 部件连接并拥有 2 对 Web 部件 - 搜索框和结果“A”和“B”,其中“A”对使用连接来定义链接。然后结果部分“A”将选择所需的范围和/或受众等等。
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.
我创建了一个重定向到搜索页面的自定义搜索控件。我已经在 URL 中传递了所有必要的详细信息,例如关键字、范围等。
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.