Those group ‘pages’ were added by some plugin or something. They are not standard and I can assure you, that the ajax search was not coded to search groups by default. Here is the code
if ( function_exists( 'bp_is_active' ) ) {
$kleo_post_types['Members'] = 'members';
}
$kleo_post_types['Posts'] = 'post';
$kleo_post_types['Pages'] = 'page';
$args = array(
'public' => true,
'_builtin' => false
);
$types_return = 'objects'; // names or objects, note names is the default
$post_types = get_post_types( $args, $types_return );
$except_post_types = array('kleo_clients', 'kleo-testimonials', 'topic', 'reply');
You can see at the beginning, that kleo is only searching members, not groups.
On my site, I have installed the idea stream plugin. The “idea” cpt shows up in the search list, but is not in the results if I leave the “search context” field blank even though it says “Leave unchecked to search in all content”. I need to actually select it in order for it to show up in results. See attached. I’ll talk to @abe about this.
As far a moving the search over to the logo, you’ll need to edit the backend code. The logo and the menu are in separate div’s.
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com


