if ( txt.indexOf( wo.filter_selectSourceSeparator ) >= 0 ) {
                    t = txt.split( wo.filter_selectSourceSeparator );
                    val = t[0];
                    txt = t[1];
                }