URL Parameter | Description | Example |
---|
k | Specifies the keywords. You can only specify one value for this parameter. | results.aspx?k=sharepoint%20search |
s | Specifies the search scope. This parameter can contain multiple values, separated by %2c. | results.aspx?s=SDKContent
results.aspx?s=SDKContent%2cTechnicalArticles |
v | Specifies the result view that is to be used for the query.
This parameter must be either:
'relevance - results are sorted by relevance
date - results are sorted by date | results.aspx?v=date
results.aspx?v=relevance |
start | Specifies which results page number to show. | results.aspx?start=3 |