I get “Array to string conversion” exception from [CouchbaseNative]/CouchbaseViewQuery.class.php file.
My startKey and endKey in web ui are [“parent”] and [“parent”, {}], which shows up as “startkey=%5B"parent”%5D&endkey=%5B"parent"%2C+%7B%7D%5D" in my browser.
How do I set [“parent”] and [“parent”,{}] as startKey and endKey in PHP SDK?