The MonoXSearchResult type exposes the following members.

Properties

  Name Description
Public property GenericSearchParams
Gets or sets generic search parameters.

Note: Search parameters will be transfered to this object automatically and will be sent to search providers.

Public property IsSearchResultContainer
Get if this module is search result container
Public property NoResultsMessage
Gets or sets a message that is displayed if there are no results returned from a search engine.
Public property NoSearchCriteria
Gets or sets a message that is displayed if there is no entered search criteria.
Public property PagerPageSize
Gets or sets the pager page size
Public property SearchByProviderNames
Array of provider names by which search engine will perform search (CSV format)

Note: This is the expected format: ProviderName1=ProviderTemplateName1,ProviderName2=ProviderTemplateName2

Public property SearchEngine
Gets or sets the search engine instance.
Public property SearchParams
Gets or sets search parameters.

Note: Search parameter in this module needs to be of type Dictionary<(Of <(<'TKey, TValue>)>)> because these parameters are transfered to search preview module with query parameters.

Public property SearchProviderItems
Collection of provider items by which search engine will perform search
Public property SearchQuery
Get search query

See Also