The SearchProviderBase type exposes the following members.

Fields

  Name Description
Public field Static member BoldSearchPhrasesParam
Indicates if search phrases will be bolded in the search results.
Public field Static member FullTextSearchParam
Indicates if the provider should use full text search (CONTAINS operator) or "ordinary" search (LIKE parameter). Full text requires creation of full text search catalog on the BlogPost table, fields Title and PostContent.

See Also