K
K
Read/write performance is an issue right now that is next on my to-do list when I have more time to dedicate to personal projects during the holidays. The problem is...
This is how you would test for equality: ``` javascript var desiredArticles = this.filter.apply(allData.articles, { where: { favorite: 1 } }); ``` Note that every other comparison operator other than...
@srhise I assume you are referencing something [like this?](https://docs.strongloop.com/display/public/LB/Where+filter#Wherefilter-likeandnlike)
This is a good issue to point out. While busy implementing filtering with the existing codebase I noticed the problems you speak of. My initial assumption to improve performance would...