Mã bị lỗi trên trang web của họ hoạt động trên phiên bản MongoDB thực tế:
> db.posts.insert({title: "Hello", tags: ["one", "five"]});
> db.posts.insert({title: "World", tags: ["one", "three"]});
> db.posts.distinct("tags");
[ "one", "three", "five"]
Kỳ lạ.