Kevin
Well-known member
XFMG stores the images EXIF data as a JSON array in the mediumblob column exif_data in the table xf_mg_attachment_exif. Is it possible to do a query directly that column to find matching values (eg: query to find all rows where 'model' = Nikon D700) or is the only way of doing it would be to loop through each row and decode & compare the values in the loop?