SharePoint Developer Center > SharePoint Products and Technologies Forums > SharePoint - Search > Advanced Search - results page QueryString Parameters
Ask a questionAsk a question
 

QuestionAdvanced Search - results page QueryString Parameters

  • Friday, November 06, 2009 1:56 PMAbin Jaik Antony Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello friends,
    I am creating a custom advanced search webpart. In this webpart , after selecting all the filters and restrictions it will navigate to the results page with need parameters in the query string. Right now only aware of the parameters like k and w . It will be like /results.aspx?k=sharepoint&w=XXX. Can anyone please help me to create the querystring with any good articles or posts. thanks..
    abinjaik

All Replies

  • Friday, November 06, 2009 3:47 PMCoreyRoth Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    You can also specify the s parameter to specify scope, the v parameter to specify sort order and start to specify which record to start with.  

    Here is the URL syntax from the SDK.

    And here is a post I wrote on building an advanced search control.

    Corey Roth blog: www.dotnetmafia.com twitter: twitter.com/coreyroth
  • Monday, November 09, 2009 11:43 AMAbin Jaik Antony Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello corey,
    You know about the parameter w for the sharepoint search.  Or is it possible to search in sharepoint with w querystring parameter with keywords as value inside it.. kindly help.. Thanks...
    abinjaik
  • Monday, November 09, 2009 9:14 PMCoreyRoth Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm afraid I am not familiar with the w parameter at all.
    Corey Roth blog: www.dotnetmafia.com twitter: twitter.com/coreyroth