startKey/endKey in PHP SDK 2.x

Solved.

Works
$query->custom(array(‘startkey’ => ‘%22apple_%22’));

Doesn’t work
$query->custom(array(‘startkey’ => ‘apple_’));