Benjamin Lupton

Results 459 comments of Benjamin Lupton

Hrmm, we don't support that syntax, but we do support regexes, just do `{field: /acme.*corp/i}` and you'll be good. If someone can mention this in our "differences from mongodb docs"...

Will be addressed with https://github.com/bevry/query-engine/issues/43

Hey @davidgtonge, not sure if you are still interested but I've been working a lot on improving the performance of query engine based on the work you did on [your...

Yep, it has pagination. Documentation needs to be done however.

It sure is possible. Adapters could be made for different frameworks (or none). The question would then become, does it warrant the additional complexity? As the problem with history.js (another...

Progress is being made on this and will land in one of the next versions. While live collections will require backbone (due to the events), the querying abilities will be...

Query Engine v1.4.0 no longer requires backbone or underscore. The API for this is as follows: ``` javascript var models = [{a:blah},{b:blah},{c:blah}]; // {a:{a:blah},b:{b:blah},{c:{c:blah}} also works var criteria = new...

Actually, will leave open until the docs are done.

Have plans for updating query-engine for a new type of ES6+ model system.

Evaluate https://github.com/bevry/query-engine/pull/40 a bit more when doing this