Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
Description
Example:
$searchParams = array( 'sequential' => 1, 'options' => array('limit' => 6), ); $needs = civicrm_api3('VolunteerNeed', 'getsearchresult', $searchParams);
... will return as many results as match rather than just the first 6.