Stefan Vesterlund

Results 7 comments of Stefan Vesterlund

Have the same problem, can set and push but not pull `Error: After filtering out keys not in the schema, your modifier is now empty` This finds the element: `Orders.find({"handlingErrors.ticket.tempId":...

Ooops, ignore my previous comment. I got the query wrong, this works: Orders.update({_id: orderId}, {$pull:{"handlingErrors": {"ticket.tempId": tempId}}}) it needs to know what to pull...

> Are you using the mongo text index engine? Yes. Or I did. I got around the problem by simply pre-creating the indexes with more handsome names.

Oh, I understand. Can you do it today? ;) Only joking, thanks for letting us know!

Ok, I understand and thanks for the workaround. Maybe it should be mentioned in the docs that validateField cannot be looped though? Time spent...

Above did not help me so I made a local copy to find which dependency that tried to install [email protected] (old version) and discovered it was this line in package.js...

It's the version constraints set for accounts-apsswrd in package.js, it tries to install an outdated bcrypt. see: https://github.com/kahmali/meteor-restivus/issues/253