Put this
define(“BP_DEFAULT_COMPONENT”,”profile”);
in your bp-custom file
https://codex.buddypress.org/extending-buddypress/bp-custom-php/
Search is broken.
I believe the fix is ‘coming soon’ as part of a larger site update.
It will be nice when search is working.
Yours were frequent questions.
@ceuwer @shanebp,
FYI: If you copy/paste, be sure to modify the double quotes to the proper double or to single quotes…
`define(“BP_DEFAULT_COMPONENT”,”profile”);` or,
`define(‘BP_DEFAULT_COMPONENT’,’profile’);`
Nice! Thank you @shanebp @quint