This is great feedback! Would you be willing to share some debugging stats to help me understand exactly what went down?
Something like the result of
SELECT
pcf.value,
p.raw
FROM
post_custom_fields AS pcf
INNER JOIN
posts AS p ON p.id = pcf.post_id
WHERE
pcf.name = 'disorder'
here or in a PM would be immensely helpful.