octgn / OCTGN

Online Card and Tabletop Gaming Network

Home Page:http://www.octgn.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Querying for cards by name does not return results

raohmaru opened this issue · comments

Using the Python API global method queryCard() with "Name" as key does return an empty list, even if there is a match. Argument exact does not alter the result.

queryCard({"Name": "Rugal"})  # returns []