$(list).find('.panel-title:not(:Contains(' + filter + '))')
                       .parent().parent().parent()
                       .hide();