When I try and do a mongoexport using an an advanced query, I get 0 records even if there are matching objects.
mongoexport --csv -h localhost -d contents -c Author -q "{'facebookName':{'$ne':null}}" -f profileUrl,facebookName
I tried a few of the other dollar operators such as $in and $nin and they all appear to have the same result.