Hello f2bproduction,
Unfortunately that level of customization goes beyond theĀ scope of the forums, so I won’t be able to help you much. I’m not sure what theme you are using, but I believe they have some markup in search.php to display that meta info. It is very non-standard.
Here is some quick css that should do trick though. You may need to change the css selector a bit, but generally this is what you want.
div.post_comment {
display: none !important;
}
Unfortunately I won’t be able to help you much more with this css customization though. Good luck!
– Casey Driscoll