FullText |
Scroll |
An additional value for the combined index data with full text search.
Namespace: Therefore.API
Visual Basic Public Overridable Property FullText As String C# public virtual string FullText { get; set;}
Property ValueA full text search value. |
This value is only allowed to be set for full text enabled categories.
When adding TheQuery objects to the multi query the FullText values of these objects will be ignored if this value is set. If this value is empty and different values have been set to single queries always the last one will be used. There is a limit to one full text value per query no matter if single query or multi query. |