ontehfritz / api.mtgdb.info

Project closing first of August 2015
http://www.mtgdb.info/
MIT License
36 stars 8 forks source link

Search add limit results and paging #76

Closed ontehfritz closed 10 years ago

ontehfritz commented 10 years ago

When search returns a large dataset the loading times are slow. Add a mechanism for paging and search limits

Example:
?start=25,next=30

ontehfritz commented 10 years ago

will be able to use start=[int] limit=[int] ?start=0&limit=9 <-- which will get the first 9 results this can be applied to simple and complex search