Full text searches can be executed with literal values, or with parameters.
Here is an example of a full text search condition which searches for the word "economy" in the summary field of all folder objects.
<SearchNode xsi:type="FulltextNode" IsChangingSort="false">
<List
Path="[folderObject.summary]
Op="ExaleadAll" "
FromValue="economy"
ToValue=""
IsFulltext="true"/>
</SearchNode>
Attribute values found in the List element:
Path |
The Attribute or Element to search on, enclosed in [ ]. |
op |
The operand to use in the search: ExaleadAll for full text searches See: opCodes |
FromValue |
The starting value |
ToValue |
The ending value |
IsFulltext |
True for full text searches |