LassoScript Utility
Basics Browse Detail

[Search_OpItem]

Tag Link [Search_OpItem] Category Results
Type Substitution Source Available No
Support Abbreviation Version 5.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

When used inside the [Search_Arguments] ... [/Search_Arguments] container tag, [Search_OpItem] displays the name of each operator used in the current database action.

Syntax

[Search_Arguments] 
  [Search_OpItem]
[/Search_Arguments]

Parameters

Optional Parameters
Encoding Keyword Specifies the encoding for the tag's return value. Tags are encoded using -EncodeHTML by default if their value is output on a format file. No encoding is applied to nested tags unless an explicity encoding keyword is specified. One of -EncodeBreak, -EncodeHTML, -EncodeNone, -EncodeRaw, -EncodeSmart, -EncodeStrictURL, -EncodeURL, -EncodeXML.

Examples

To display the operators used in the current search:

Use the [Search_Arguments] ... [/Search_Arguments] tags with enclosed [Search_OpItem] tags. The following example shows the operators used from a search for First_Name equal to John and Last_Name equal to Doe.

[Search_Arguments] 
  <br>[Search_OpItem]
[/Search_Arguments]

<br>eq
<br>eq