开发者

How to filter Custom Sharepoint Search Refinement Panel Programmatically

开发者 https://www.devze.com 2023-03-28 05:33 出处:网络
I try to develop a custom refinement panel for fast search for sharepoint 2010. Let\'s say, when a checkbox\'s value changed, new querystring formed and submitted.

I try to develop a custom refinement panel for fast search for sharepoint 2010.

Let's say, when a checkbox's value changed, new querystring formed and submitted.

I mean, how to add r="parameter" to the querystring programmatically. This is 开发者_Go百科an url example : http://intranet.contoso.com/search/Pages/results.aspx?k=contoso&r=author%3D%22AQ5TeXN0ZW0gQWNjb3VudAZhdXRob3IBAl4iAiIk%22 as you can see, "parameter" value is decoded to the bolded part.

Any help is appreciated.


this should answer your question

http://techmikael.blogspot.com/2011/08/creating-refinement-query-parameter-for.html

0

精彩评论

暂无评论...
验证码 换一张
取 消