Of course you can add databese fields in your /sources/search.php
You see something like this:
$query = "SELECT sites.username, url, title, description, banner_url, category, acf_keywords FROM {$CONF['sql_prefix']}_sites sites, {$CONF['sql_prefix']}_stats stats WHERE active = 1 AND...