FilterController.FullTextSearchMode Property
Specifies the way in which the FullTextSearch Actions performs its search.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public SearchMode FullTextSearchMode { get; set; }
#Property Value
Type | Description |
---|---|
Search |
A Search |
Available values:
Name | Description |
---|---|
Search |
Specifies that the Full |
Search |
Specifies that the Full |
#Remarks
The FullTextSearchMode enumeration exposes two values - the SearchInObject and SearchInProperty. When the FullTextSearchMode property is set to SearchInObject, the FullTextSearch Action searches individual words from the word combination typed by an end-user in different properties included in the search scope. When the FullTextSearchMode property is set to SearchInProperty, the FullTextSearch Action searches the word combination in each property included in the search scope.
By default, the FullTextSearchMode property is set to SearchInObject.