match = this.activeMenu.find( this.options.items ).filter(function() {
                return regex.test( $( this ).text() );
            });