Search multiple custom post types with tags

You can use filters to create custom search querys

add_filter('posts_join', 'forum_search_join')
add_filter('posts_where', 'forum_search_where');

http://codex.wordpress.org/Plugin_API/Filter_Reference/posts_where

http://codex.wordpress.org/Plugin_API/Filter_Reference/posts_join