underscore-query icon indicating copy to clipboard operation
underscore-query copied to clipboard

MongoDB like query api for JavaScript Arrays

Results 5 underscore-query issues
Sort by recently updated
recently updated
newest added

I have a lot of queries that need to filter based on the truthiness of many state properties. What would be the best way to handle those conditions with underscore-query?

Can we create a list of mongodb query projections with are not implemented yet, to make it easier for people to contribute?

Hello, first of all i have to say this is an awesome library. I've tried to augment [lowdb](https://github.com/typicode/lowdb) with this mixin lib. Unfortunately without success. ``` js import low from...

Enhance query functionality to apply to streams.

question

Something like this probably makes more sense on a library like Backbone query with more granular control of the data structure (BB model). However I'm curious @davidgtonge about your opinion...