addQuery method: SearchQueryCollection collection
Syntax
addQuery(&srch_qry)
Description
Use this method to add a search query to the search query collection. The addQuery method can be called repeatedly to add multiple search queries to the collection.
Parameters
| Parameter | Description |
|---|---|
|
&srch_qry |
Specifies the query as a SearchQuery object. |
Returns
None.
Related Topics