No – I still can’t get the Buddypress Xprofile Custom Fields to show up in the profile search form on the front end.
As a long shot I added the following line (copied from BuddyPress default theme register.php)
<?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?>
to bps-searchform.php but it didn’t have any effect (but maybe I didn’t have it in the right place).