this.searchValues = $.map( this.settings.searchSource, ( e, i ) => {
                    if ( 'function' == typeof e.toString ) {
                        return e.toString();
                    } else {
                        return e;