kshvmdn / uoft-coursefinder

A Node.js library for interfacing with Course Finder.
MIT License
0 stars 0 forks source link

Search results #1

Open kashav opened 8 years ago

kashav commented 8 years ago

Default search result count is limited to 20. Find a way to implement pagination (or increase the result count) in the case where there's more than 20 results (which happens quite often, since searching something general like 'csc' returns all CSC courses and there's way more than 20 of those).

kashav commented 8 years ago

Uses top 100 now, https://github.com/kshvmdn/uoft-coursefinder/commit/0714fb0b96808896a196ebc92655301969d20cff. Still no pagination 😞