ontehfritz / api.mtgdb.info

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

When filtering by one card, it gets every card above it when using ?Id={number} #17

Closed ontehfritz closed 10 years ago

ontehfritz commented 10 years ago

Paging or limiting isn't working correctly when filtering by a single card, it gets every card above it. Fix to only filter by the specific card.

Example: http://api.mtgdb.info/cards/?Id=647

Will get 648 onward

However using: http://api.mtgdb.info/cards/648

Works as expected