<HTML xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD><BASE>
<META charset=utf-8></HEAD>
<BODY>
<P style="MARGIN: 0in 0in 10pt" class=MsoNormal><SPAN style="mso-ansi-language: EN-US"><FONT face=Calibri><SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-fareast-font-family: Arial; mso-bidi-font-family: Arial; mso-fareast-language: JA; mso-bidi-language: AR-SA">Searches records in the KM Control by passing a search string as a parameter.</SPAN><o:p></o:p></FONT></SPAN></P><FONT size=2 face="Tahoma, Verdana, Arial"></FONT>
<TABLE border=1>
<TBODY>
<TR>
<TD><STRONG>query</STRONG></TD>
<TD>A string value to be searched in the hosted control. For example: query=contoso. This will fetch all the knowledge base articles from Parature, from Microsoft that have names starting with the word "contoso."</TD></TR>
<TR>
<TD><STRONG>results</STRONG></TD>
<TD>An integer value to indicate the number of search results to be displayed in the hosted control. For example, specifying results=5 will display 5 search results in the hosted control. If no value or a wrong value is provided for this data parameter, the default value (10) will be used. The maximum value allowed for this data parameter is 20.</TD></TR>
<TR>
<TD><STRONG>filter</STRONG></TD>
<TD>An integer value to indicate the knowledge base article type to be displayed in the hosted control:
<br/>1: All (Default)
<br/>2: All Draft
<br/>3: All Published
<br/>4: Published-Private
<br/>5: Published-Public
<br/>6: Published-Expired
<p>For example, specify filter=3 to display only published knowledge base articles.</p>
<p>If no value or a wrong value is provided, the default value (1) will be used.</p>
</TD></TR>
<TR>
<TD><STRONG>blockClick</STRONG></TD>
<TD>An integer value to indicate whether to block displaying the content inline when a search result is clicked in the hosted control. Set it to 0 to open the content inline when clicked; set it to 1 to block opening the content inline. For example: blocked=1<br/>
If no value or a wrong value is provided, the default value (0) will be used. If you have the set the value to 1 to block the content, the ResultOpen event will still be fired.
</TD></TR>
<TR>
<TD><STRONG>sort</STRONG></TD>
<TD>An integer value to indicate the sorting options for the knowledge base articles in the search result:
<br/>1: Relevance (default)
<br/>2: Rating
<br/>3: Number of views
<br/>4: Last modified date (oldest first)
<br/>5: Last modified date (newest first)
<p>For example, specify sort=2 to sort the articles based on rating.</p>
<p>If no value or a wrong value is provided, the default value (1) will be used for the data parameter.
</p></TD></TR>
</TBODY></TABLE></BODY></HTML>