taw / magic-search-engine

Search engine for Magic cards
MIT License
47 stars 19 forks source link

Make a list of all mtgjson properties that are currently not available in mtg.wtf search #195

Closed taw closed 1 year ago

taw commented 1 year ago

mtgjson keeps adding new properties, and I haven't really been checked them proactively.

It's probably worth making a list of all the properties that are not searchable, displayed, or both.

We'll likely end up intentionally skipping some, but it's good to have a list. For example rapidly changing data like prices and EDHRec rankings would require a bit too much support.

There's also some properties that are calculated locally (like is:reprint) that could be moved to mtgjson. For example originally I even maintained all foiling data, that was a good thing to outsource.

Source for such a list: https://mtgjson.com/data-models/

Properties to check

Here's the list from card-set:

There are other properties like querying by set etc. but this is a good start.

(checking the list in progress)

Found issues to fix

(generating the list in progress)

taw commented 1 year ago

All right, that's all. I added a lot of new query types and displayed information as part of this, so it was very useful, and might be worth repeating in a year or so.