api.mtgdb.info icon indicating copy to clipboard operation
api.mtgdb.info copied to clipboard

Complex Search: Throws exception when data type is not in correct format

Open ontehfritz opened this issue 10 years ago • 0 comments

Throw a meaningful error when the data type does not match the field type in complex querying.

as per @alotau

http://api.mtgdb.info/search/?q=color%20eq%20blue%20and%20type%20m%20%27Creature%27%20and%20description%20m%20%27flying%27%20and%20convertedmanacost%20lt%20howdy%20and%20name%20m%20%27Cloud%27&limit=2&start=0 5:14:04 AM providing a string when an integer is expected.

ontehfritz avatar May 20 '14 17:05 ontehfritz