array of inputs for the filter
{
view:"filter",
mode:"number",
field:"year",
conditions:[
"equal", "contains",
// custom condition and input
{ id:"between", value:"Between", batch:"rangeslider", handler:function(a, b){
return a >= b[0] && a <= b[1];
}}
],
inputs:["text", "rangeslider"]
// ...
}
By default, the inputs array contains the following items: