Click or drag to resize
SearchProvider Class
Class providing searching.
Inheritance Hierarchy
SystemObject
  CMS.SearchProviderSQLSearchProvider

Namespace: CMS.SearchProviderSQL
Assembly: CMS.SearchProviderSQL (in CMS.SearchProviderSQL.dll) Version: 10.0.0
Syntax
C#
public class SearchProvider : ISearchProvider

The SearchProvider type exposes the following members.

Constructors
  NameDescription
Public methodSearchProvider
Top
Fields
  NameDescription
Public fieldStatic memberALL_CULTURES
Supplementary constant to specify all document cultures.
Public fieldStatic memberALL_SITES
Supplementary constant to specify all sites.
Top
Methods
  NameDescription
Public methodStatic memberAddResultItems
Adds the result items to the given DataSet.
Public methodStatic memberGetCompleteWhereCondition
Returns the complete where condition based on the given parameters.
Protected methodGetSearchWords
Converts search expression to array of searched words according to search mode.
Public methodStatic memberIntersectResultItems
Intersects the result items.
Public methodSearch
Searches data and returns results.
Top
See Also