Uploaded image for project: 'CiviVolunteer'
  1. CiviVolunteer
  2. VOL-182

api.VolunteerNeed.getsearchresult does not respect options.limit

    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.

        Attachments

          Activity

            People

            • Assignee:
              pittstains Frank J. Gómez
              Reporter:
              pittstains Frank J. Gómez
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: