MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Wiki page library search without scopes dropdown

  Asked By: Tristan Davis         Date: Oct 29, 2009      Category: MOSS      Views: 1823
 

I have a wiki page library in my site. I want to search only wiki page
library and in UI i don't want to display Scopes dropdown. I need to
have a textbox and image button. When the user enters the text in the
text box and clicks on search image, it should only search in the wiki
page library and display the results. How to implement this in MOSS?

Tagged:              

 

1 Answer Found

 
Answer #1       Answered By: Leeann Hull          Answered On: Oct 29, 2009       

Finally I found out the solution..

I need to modify two parameters in my search  web part,

AppendToQuery="false"
AppQueryTerms="site:http://idc-dk-is:44510/sites/MCHPWeb/WikiPageLibrary"
=>Specify the wiki  Page Library URL

Another Approach is to create Search scope for that Library and
specify the scope like,
AppQueryTerms = "Scope:WikiSearch" => Specify the Search Scope.

For more details, Check my blog at
"yasuanantha.blogspot.com/.../...-to-wiki-page.html

 
Didn't find what you were looking for? Find more on Wiki page library search without scopes dropdown Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].