NovoSearchControl
NovoSearchControl provides novo content search.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
DMS_SiteIDInteger | Not specified | Sets the novo site identifier. | |
UrlLinkRootString | Not specified | Sets the root URL for result links. | |
SearchEventsBoolean | Not specified | true, false | Controls event search. |
SearchFAQBoolean | Not specified | true, false | Controls FAQ search. |
SearchJobsBoolean | Not specified | true, false | Controls job search. |
SearchLiteratureBoolean | Not specified | true, false | Controls literature search. |
SearchMultiSiteBoolean | Not specified | true, false | Controls multi-site search. |
SearchNewsBoolean | Not specified | true, false | Controls news search. |
SearchPagesBoolean | Not specified | true, false | Controls page search. |
SearchProductsBoolean | Not specified | true, false | Controls product search. |
EVE_CalendarLinkNameString | Not specified | Sets the events link name. | |
FAQ_FAQLinkNameString | Not specified | Sets the FAQ link name. | |
ITM_ProductsLinkNameString | Not specified | Sets the products link name. | |
JOB_JobsLinkNameString | Not specified | Sets the jobs link name. | |
NWS_NewsListingLinkNameString | Not specified | Sets the news link name. |
SitePages.config example
The following example loads NovoSearchControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: DMS_SiteID, UrlLinkRoot, SearchEvents, SearchFAQ, SearchJobs, SearchLiterature, SearchMultiSite, SearchNews, SearchPages, SearchProducts, EVE_CalendarLinkName, FAQ_FAQLinkName, ITM_ProductsLinkName, JOB_JobsLinkName, NWS_NewsListingLinkName.
<Control src="NovoSearchControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
NovoSearchControl inherits shared conditions from CyberStoreBaseControl.