Sets which fields must be filled in the search/filter form Default: This allows you to define certain fields to be compulsory in the search form. This is normally to restrict the data that is returned, and improve scalability.
All fields which must be filled are tagged with a red star. This can be configured in the mustFillMark property.
Certain types of fields, such as checkboxes and radio buttons cannot be set to must fill.Syntax
$lens->filterMustFill = "FIELD1;FIELD2"; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 4.0]
|