query
query copied to clipboard
Mongo-like queries for Javascript object arrays
I found out that this library does not support all aggregation expressions currently supported in Mongo. Now the question arises is this library maintained still? As I fixed it in...
Hi thanks for the nice library. I realized one of your examples regarding elemMatch key does not work, so I added two tests for it and simply changed one line.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
I've tried to no avail. I'm considering converting this to an Angular service, but I'd prefer not to have to take the time that is going to require.
Hello, could you please add tags for this repository, so that users can fix their dependencies instead of using the master branch ? Thank you :)
Basic aggregate expressions are now allowed in queries with `$expr` paralleling [MongoDB](https://docs.mongodb.com/manual/reference/operator/query/expr/). Currently only a few of myriad expressions are implemented here, including `$sum`, `$min`, `$max` and a non-standard extension...
``` RegExp.prototype.toJSON = RegExp.prototype.toString; ``` Why this?