[ distinct-values( for $answer in collection("answers") let $oid := $answer.owner.user_id where count( for $question in collection("faqs") where some $other-answer in collection("answers") [$$.question_id eq $question.question_id and $$.owner.user_id eq $oid] satisfies $other-answer.score gt $answer.score return $question ) ge 2 where not $answer.is_accepted return $answer.owner.display_name ) ]
[ "JasonSmith" ]