Range query with CouchbaseViewQuery::from

Hey ita1102,

I will be adding a way to work around this to the ViewQuery API in the next release. For now feel free to use .custom({full_set: 'true'}) on your ViewQuery object to get all results on a development view. You can track this issue here: https://www.couchbase.com/issues/browse/JSCBC-165.

Cheers, Brett