Search Query string parameters:
Search Center Url supports various query string parameters.
Here's the description :
K= Search key
http://localhost/search/results.aspx?k=sharepoint
This url searches for keyword sharepoint
v1= Order By
This url searches for keyword sharepoint
v1= Order By
http://localhost/search/results.aspx?k=sharepoint&v1=date
This url searches for keyword sharepoint and orders the search results by modified date
s= Search Scope
This url searches for keyword sharepoint and orders the search results by modified date
s= Search Scope
http://localhost/search/results.aspx?k=sharepoint&s=All%20Sites
This url searches for keyword sharepoint in all sites scope
start1= Page start
This url searches for keyword sharepoint in all sites scope
start1= Page start
http://servername/search/results.aspx?k=sharepoint&start1=15
This url searches for keyword sharepoint and returns results from 15th record
This url searches for keyword sharepoint and returns results from 15th record
6 comments:
Hi,
Is it possible to give two or more condition over the Search Query string.
Thank you.
Yes its possible.
You need to use + in between keywords
Suppose I have set my Scope to 'People' and I want find all the peoples on the Site With 'First Name' Starting with "A" and 'Last Name' Starting with "A" then How would I build the Search Query.
Thank you.
The MOSS/WSS user interface does not support wildcard search out of the box.
Read the article below for building your own Wildcard search webpart
http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2008/03/06/how-to-use-the-moss-enterprise-search-fulltextsqlquery-class.aspx
Hi
You can read through this article for Wildcard search http://snahta.blogspot.com/2009/07/sharepoint-wild-card-property-search.html
Hi,
Is there a way i can create a search qyery with multiple scopes and multiple managed properties?
Post a Comment