taw / magic-search-engine

Search engine for Magic cards
MIT License
43 stars 20 forks source link

SLD: Add booster configuration for the most common stained glass groups #320

Closed kodawah closed 3 days ago

kodawah commented 4 days ago

more sld booster for stained glass planeswalkers

taw commented 3 days ago

I had to change these to:

  stainedglass_white:
    rawquery: "e:sld number>=501 number<=536 color>=white"
    foil: true

etc. As default query of foil: false returned zero results for any of them. Also syntax was a bit off.

kodawah commented 3 days ago

got it, thanks for fixing them