Have you set the correct permissions?
-
Run a Quick Repair and Rebuild
-
Clear the System Cache
# Run from the SuiteCRM root directory
./bin/console cache:clear
Audit Custom Search Metadata
- Navigate to
public/legacy/custom/modules/<TargetModule>/metadata/ - Open
searchfields.phporSearchFields.php - Ensure custom arrays are well-formed and do not pass
nullvalues where standard data types are expected. - Make sure fields intended for global index matching include
'force_unifiedsearch' => true.