PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 26th of February, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[02:46:02] <Egyptian> how do i write a query similar to select * from mailing_list where mailing_list not like %+city+% ?
[03:19:45] <waldhar> ah this is so dead
[14:50:39] <skjera> Hello, I am using python2's mongoengine and Table1.objects.only("field") returns None-None results, but db.table1.find({},{field:1}) clearly returns entries that I inserted (i.e., not None); Table1 is defined as a member of class Foo(mongoengine.Document) as: Table1 = mongoengine.ListField(mongoengine.StringField(), required=True)
[14:51:00] <skjera> Has any of you ever encountered this problem? If so, would you be able to suggest how I might go about fixing it? Thanks!
[15:26:12] <MrBleu> Hello mongodb !
[15:26:43] <MrBleu> question : is it possible to use a mongorc.js with mongodump ?