/* Order by best matches first, then by contacts first, then by last updated first */
ORDER BY sum DESC, anonymous ASC, lastUpdated DESC
')->bindValues ($params)
->queryAll ();
$contact = null;
Line-358 = ->queryAll ();
And the function =
public static function partialMatch($attributes = array()) {
$checkAttrs = self::getFingerprintAttributeNames ();