Looking at a site that shows me the detailed tags (http://regex.info/exif.cgi), a photo that I've tagged with a person's name using either Picasa or Windows Photo Gallery has the XMP tag of "Region Name" populated with their name and the tag of "Region Type" populated with "face". If there are multiple people in the photo, they are comma separated, and the "Region Type" becomes "face, face, face". My ideal would be that this "Region Name" data is also loaded into the database in a manner that is searchable.
There are a number of other tags under XMP that also define a rectangle (i.e. region) that indicates on the photo where that face actually is. However, this is beyond what I am looking for.
If you can point me in the direction of what I would need to change, then I could see if my rusty coding skills can identify what needs doing.