Tag Link | [Search_Args] ... | Category | Results |
---|---|---|---|
Type | Container | Source Available | No |
Support | Abbreviation | Version | 2.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x, Lasso 2.5, Lasso 2.0, Lasso 1.x |
[Search_Args] ... [/Search_Args] loops through each of the search arguments for the current database action. The [Search_FieldItem], [Search_OperatorItem], and [Search_ValueItem] tags can be used to display each search argument.
If the optional
[Search_Args]
[Search_FieldItem] [Search_OperatorItem] [Search_ValueItem]
[/Search_Args]
Optional Parameters | |
---|---|
-NoOperators | If this parameter is specified then no field |
To display the current search arguments:
Use the [Search_Args] ... [/Search_Args] tags with enclosed [Search_FieldItem], [Search_OperatorItem], and [Search_ValueItem] tags. The following example shows the results from a search for First_Name equal to John and Last_Name equal to Doe.
[Search_Args]
<br>[Search_FieldItem] [Search_OperatorItem] [Search_ValueItem]
[/Search_Args]
<br>First_Name eq John
<br>Last_Name eq Doe