Search Panels
Fields to be filtered upon can be added as a search panel (cfr below example) Note the specific ‘operators’ listed here:
EQ (equal)
NE (not equal)
GT (greater than)
LT (less than)
null (is null)
<xgl id="Search-ApplicationLog-ALL">
<panel label="search criteria">
<fieldPanel>
<dateTimeField label="From Date" property="eventDate#GE"/>
<dateTimeField label="To Date" property="eventDate#LE"/>
<textField maxChars="140" label="#" property="code" />
</fieldPanel>
</panel>
</xgl>
File 159 Search Panels