Class DBC.FreeTextStopWordsFields
Fields for FreeTextStopWords, Here are the words that can be excluded from Free Text Search by using the FreeTextAdmin. The words that appear here will not be found in FreeTextWords and typically include "are", "this", "that", and so on - words that occur frequently, but are not useful for searching. The more (good) stop words you have, the smaller the index will be.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class FreeTextStopWordsFields : Object
Fields
FreetextwordsId
FreeTextStopWords.FreetextwordsId: Primary key
Declaration
public const string FreetextwordsId = "freetextwords_id"
Field Value
Type | Description |
---|---|
String |
Word
FreeTextStopWords.Word: Stop word, not to be indexed
Declaration
public const string Word = "word"
Field Value
Type | Description |
---|---|
String |