davidchambers / tutor

JavaScript interface for the Gatherer card database
https://gatherer.wizards.com/
Do What The F*ck You Want To Public License
149 stars 18 forks source link

Search for cards by keyword #76

Closed geekyme closed 11 years ago

geekyme commented 11 years ago

Hello,

Does this api allow for searching for cards by any keyword? For example:

I wanna search for 'goblin', and the api should return me all cards with goblin in their names, text, type, etc..

davidchambers commented 11 years ago

Search is a feature I plan to add.

geekyme commented 11 years ago

thank you