Help > Web Development > Object Reference > Object Reference > ISYSSearch
<a name="kanchor531"></a>ISYSSearch Object
The ISYSSearch object enables you to prepare ISYS requests. It can handle querying against different collections of data, include indexes, result list and concept nodes.
ISYSSearch Methods
ExecuteExecute the search object and return a result list.
ISYSSearch Properties
AttributeAttributes control some advanced features available in ISYS. Set any of the attributes before executing the search to have them take effect.
EngineAll search objects must be attached to an ISYSEngine. This is taken care of for you if you created the search object view NewSearch methods.
FilterContains the filter that is to be applied to the result list.
MaxRowsIndicates the maximum number of results to return.
PropertiesProperties is a location where you can store user defined name-value pairs. They do not affect the outcome of a search.
QuerySourceQuerySource specifies the data collection that is to be searched. This can either be a path to an index, a result list, concept node.
QueryTextQueryText supports multiple formats of query and is dependant on QueryType. This will generally be query text, but can also be a ISYSDocument to support FindSimilar.
QueryTypeIndicates the type of query to execute.
SortIndicates the sorting to apply the result list. Sorting has been extended in ISYS:web.dk (admin) to handle metadata and nesting sorting.
SynonymsAllows for user defined synonyms to be applied to the search.
Remarks