icssc / anteater-api

API that provides easy access to public data from UC Irvine. Developed for Anteaters, by Anteaters.
https://anteaterapi.com/reference
GNU Affero General Public License v3.0
3 stars 0 forks source link

feat!: return count in search response #27

Closed ecxyzzy closed 2 weeks ago

ecxyzzy commented 2 weeks ago

Description

Return the total matched result count in the search response.

Motivation and Context

Required for PeterPortal integration since they expect a total result count for pagination purposes.

How Has This Been Tested?

Tested locally, verified that performance loss from pagination in JS is negligible (based on #23).

Types of changes

Checklist: