Partial Search
Would love to search card database by partial name or “starts with”, like if trying to search all cards whose name starts with a particular letter.
4
votes
Nitesail#53673
shared this idea
-
Allirog#15154 commented
Yeah, basic regex for all categories where it makes sense (card names, oracle, rules text, type/sybtype and hopefuly one day also artist names) would be awesome:
t:"^cat" for all cats, caterpillars etc. or t:"ar$"for all the caterpillar, familiar, etc. creatures.
This would allow for example to match only the rats t:"^rat" instead of the existing t:"rat" which finds both the rats and the pirates !
Cheers