Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Add support for default Mongo operators in EMongoCriteria ('$gt') #64

Open
thaddeusmt opened this issue Aug 17, 2012 · 0 comments
Open

Comments

@thaddeusmt
Copy link

If you pass in a configuration array of 'conditions' into the EMongoCriteria, it will error if you use a default operator like '$gt'. It is happy to translate the '>' operator to the Mongo one using the $operators array in EMongoCriteria, but it does not allow using the actual '$gt' operator. Should be an easy fix and allow folks already familiar with Mongo queries to more easily use this (great!) extension, without learning the operator alias ('greater' and '>').

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant