Class DBC.FreeTextWordsFields
Fields for FreeTextWords, This table contains the word list (automatically updated by the indexer) for the free-text search. Words are in UPPERCASE and truncated to 9 significant characters. Indexed words, dynamically updated by the freetext index
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class FreeTextWordsFields : Object
Fields
FreetextwordsId
FreeTextWords.FreetextwordsId: Primary key
Declaration
public const string FreetextwordsId = "freetextwords_id"
Field Value
Type | Description |
---|---|
String |
SoundEx
FreeTextWords.SoundEx: Soundex form of word using Metaphone algorithm, for sounds-like searching
Declaration
public const string SoundEx = "soundEx"
Field Value
Type | Description |
---|---|
String |
Word
FreeTextWords.Word: Indexed word
Declaration
public const string Word = "word"
Field Value
Type | Description |
---|---|
String |