Thank you for your quick response! Ok here is the query in question:
PDb_List::_setup_iteration list query: SELECT p.id, p.display_name, p.company, p.first_name, p.last_name, p.title, p.attn, p.address, p.city, p.state, p.zip, p.country, p.phone, p.ext, p.mobile, p.fax, p.email, p.www, p.referred, p.notes, p.last_updated FROM wp_participants_database p WHERE p.display_name LIKE “%Mail.com%” ORDER BY p.display_name ASC
It looks like I need to change the “LIKE” to “=” to make it work correctly, but I’m not sure where to do that.