[04:29:18] <bobdobbs> Hi all. I'm new to mongodb. I'm trying to get it running on ubuntu 16.04. Presently when I try to run it with 'service mongod start' I get "... job failed...".
[04:29:43] <bobdobbs> if I type 'systemctl status mongod.service' I get this:
[04:30:17] <bobdobbs> I guess the core message here is on line 8: 'initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused'
[07:28:56] <YokoBR> well, i'm trying to filter a search but everything comes on result. My filter is $search = $this->mongodb->reader( 'efforts', ["title"=>"/.*$effort.*/", "description"=>"/.*$effort.*/", "short"=>"/.*$effort.*/"]);
[07:29:28] <YokoBR> when effort is the collection and the array is the filter
[08:10:21] <kurushiyama> bobdobbs You sure you have the correct version installed? Thought upstart was long gone.
[09:03:16] <YokoBR> how do i use the like operator in mongodb driver? like ["title"=>"/^$title/i"] isn't working (on http://php.net/manual/pt_BR/class.mongodb-driver-manager.php)