Details
Description
civicrm_event_search() had an undocumented (until today) limit of returning a maximum of 25 results.
The attached patch adds return.max_results and return.offset parameters so that the API user can specify this value. THe original values are provided as defaults.