While running BG on MongoDB and analyzing created datastore, I noticed that BG inserts some random data resource type. For example, mine resource looks like that:
{
"_id" : 13,
"creatorid" : "5",
"walluserid" : "72",
"type" : "' !84/=-*$((.-5#<0%!6/>\"*>04*114!&:=2'.6?'7$(!8-3&:-49#&14?<,,2%0?=#.0'7)#802)).)\"!8%90)>17/&):6: +:",
"body" : "<7\"8%0-<9/)#5/:*-5&72;>:3?!: 9?\"4&1---6%<<' 3''. 0+7!2,1!%$.7474/!#*97#)303+;$0')=*0:'//&6$:8+'>$./>",
"doc" : "575+2!(#21/;\"6\".73+2&>%29%)+87,(?$9# ;?/0= 20$=5')*6,-<!3/=,//77&7* !/&8$8!?*9=5\"$-7,7*%, !,\"4:.'\"\""
}
My question, shouldn't be resource type be something meaningful i.e. comment,status etc? Or it's a bug somewhere in my mongoDB client?
BTW I haven't modified mongoDB client. I'm using the one that comes with BG.