Show 

Retrieving Search Results Through a URL

It is possible to perform a search through WebLink by specifying a URL with the appropriate search terms embedded in it. Use the following syntax:

http://hostname/weblink7/search.aspx?dbid=db&searchcommand=query

Hostname represents the web server where WebLink is installed. Db represents the WebLink repository configuration you want to use. And query represents the advanced search syntax you want to use. The following example will find all items with the "General" template where the "Document" field begins with the text "maui."

http://hostname/weblink7/Search.aspx?dbid=db&searchcommand={[General]:[Document]="maui*"}

Please be aware of the following limitations when passing search commands through a URL:

http://HostName/weblink7/Search.aspx?dbid=0&searchcommand={[Customer]:[Phone%23]="5551234"}