LassoScript Utility
Basics Browse Detail

[Search_Arguments] ... [/Search_Arguments]

Tag Link [Search_Arguments] ... Category Results
Type Container Source Available No
Support Preferred Version 3.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

Description

[Search_Arguments] ... [/Search_Arguments] 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 -NoOperators parameter is specified then no field-level operators -OpBegin or -OpEnd will be included in the output.

Syntax

[Search_Arguments
  [Search_FieldItem] [Search_OperatorItem] [Search_ValueItem]
[/Search_Arguments]

Parameters

Optional Parameters
-NoOperators If this parameter is specified then no field-level operators -OpBegin or -OpEnd will be included.

Examples

To display the current search arguments:

Use the [Search_Arguments] ... [/Search_Arguments] 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_Arguments]
  <br>[Search_FieldItem] [Search_OperatorItem] [Search_ValueItem]
[/Search_Arguments]

<br>First_Name eq John
<br>Last_Name eq Doe