Stamplay / stamplay-js-sdk

:rocket: JavaScript SDK of Stamplay cloud platform
https://stamplay.com
MIT License
88 stars 18 forks source link

Adding back composability to the query filtering #13

Closed chiefGui closed 9 years ago

chiefGui commented 9 years ago

This will prevent a mistake I made in my last PR that if there are no parameters to the fetch method, then .equalTo or any other method responsible for the currentQuery matrix will be ignored. Basically, currentQuery was only happening if you was passing something to .fetch() as an argument.

Sorry for this, guys.