Range condition expects an array. Multi select dropdownlist has value of array type which is compatible with range condition.
Multi word filtering with textbox could be done with regular expression i.e., 'regexp' condition.
filter: {
type: 'textbox',
condition: 'regexp',
listeners: ['change']
}