Open paytonrules opened 10 years ago
Interesting. I ran into an issue this past week where the after-create
callbacks were working fine with the in-memory datastore, but not working much on Mongo. I decided that I'll do some more testing to see if I can narrow down the problem before opening an issue, but I wonder if they could be tangentially related.
See https://github.com/8thlight/hyperion/issues/30.
I'll try to reproduce this anyway.
I found an issue where :contains is working as expected on the in-memory datastore, but is not functioning on mongo.
It's a simple case of:
Yet if I do the same thing with the monger driver:
The second is correct. It's fairly nasty since in-memory works.