scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

BUG: fix pagination URL endpoint #184

Closed ksurya closed 9 years ago

ksurya commented 9 years ago

Pagination URL format for search endpoint is: /search/?q=<value>&page=<value> While other pagination endpoints URL is: ?=page=<value>

The explicit /search/?q=<value> string is only needed for search endpoint