Keyoti Search for ASP.NET API Docs
CaseSensitivity Enumeration
API DocumentationKeyoti.SearchEngine.DataAccessCaseSensitivity
Keyoti Search for ASP.NET 2010
Used for case sensitivity settings.
Declaration Syntax
C#Visual BasicVisual C++
public enum CaseSensitivity
Public Enumeration CaseSensitivity
public enum class CaseSensitivity
Members
MemberDescription
CaseSensitive
The case of indexed words matters.

CaseInsensitive
The case of indexed words doesn't matter.

Capitalization
The capitalization of the word matters, if the query is in lower case then matches will be made with words in any case, however if the query is capitalized (eg. 'Query') then it will only match words that are capitalized.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609