FeatureQuery.SearchText Property
Gets or sets a search text to use in the query.
Syntax
public System.String SearchText { get; set; }
Property Value
Default: ""
A full text search pattern or an empty string to perform a normal query without a text search.
Remarks
Setting this property adds a search text as a condition on which features are returned. This also means features in datasets that do not implement ISearchable or do not have a search index (ISearchable.HasSearchIndex returns False) will be ignored.
When you specify a search text you should also always set SearchCount to limit the maximum number of features that each dataset can return.
Platforms
Windows, Linux, Android