When searching works in the redirect mode (not ajax) in tag <body> appears CSS class 'mdf_search_is_going '. This fact can help you with any manipulations with site layout while MDTF search request is going on current page. For example hide smth:
1 2 3 | body.mdf_search_is_going .any_container_class{ display: none; } |