Options Attribute
Options passed to a query.
Used in |
Parent tag |
Required |
---|---|---|
<MSHelp:link> |
No |
|
<MSHelp:ktable> |
No |
Values
HxQuery_No_Option = 0
Performs a query with no option.HxQuery_FullTextSearch_Title_Only = 1
Restricts search to topic titles.HxQuery_FullTextSearch_Enable_Stemming = 2
Enables run-time stemming, which returns similar words. For example, a search on "print" would also return "printing," "printed," "prints," and so on.HxQuery_FullTextSearch_SearchPrevious = 4
Searches previous results.HxQuery_KeywordSearch_CaseSensitive = 10
Causes a keyword search to be case sensitive.
Example
<MSHelp:link
options = "0"
keywords = "keyword"
tabindex = "0">Link Text
</MSHelp:link>