function ajax_data(term) {
return {
'filter.all:substr::ilike': term,
- // due to a bug in $.param functions returning arrays don't get serialized correctly, so call it manually
'filter.type': $type.val().split(','),
'filter.obsolete': 0,
column: $column.val()===undefined ? '' : $column.val(),