glue
sets the default rule for combining filtering rules
string glue;
Values
"and"
to display records that correspond to all rules at once
"or"
to show records that correspond to at least one of the rules
Example
{ view:"querybuilder", glue:"or"}
Default value:
"and"
See also
Back to top