Am playing about with Morph, and noticed that whilst Mongo supports a
boolean type, Morph doesn't include one.
Given that its a fairly fundamental type, I'm guessing that you are
currently using one of the other types in lieu it it? Maybe integer
with a max of 1 ?
Ben
you are quite correct, there was no boolean property type in Morph.
There was no real reason why is shouldn't exist so I added it. You can
find it in the SVN repo and I will do a new release in the next few
days.
Thanks for your interest,
Jon