Feature Request: Syntax Search Filters

 avatar
buddy1477 avatarbuddy1477 4 years
{"ops":[{"insert":"Hello devs!\n\nI wanted to add my 02 for a function I use a lot on scryfall: [Sorted By]. How difficult of a task would it be to add this capability similar to how the Advanced (Filters Modified) works on the normal search?\n\n\n"}]}
0
 avatar
{"ops":[{"insert":"It wouldn't be a ton of work. The only reason we haven't added it before is for a few reasons. Because their API only allows ordering via a separate URL param, we'd have to provide users a dropdown similar to how Scryfall does it on their site rather than just passing the syntax search query along.\n\nThat amount of added complexity isn't a huge deal, but because we'd basically have to copy 1:1 how Scryfall does things, if they ever decided to change up just a little bit how that orderBy is applied, our stuff would break. We'd be signing ourselves up for a forever game of cat and mouse.\n\nGranted, I doubt that Scryfall would change that URL parameter very often, it's just something to consider. \n\nAnyway with all the bad news out of the way, let me actually answer your question. Yes, we could certainly add that functionality. Due to the complications listed above and no one asking for this (until now), we haven't bothered. We'll put this into our list of suggestions, for if we have some free time to pull in something fairly small, or more people start asking for this, (and we feel comfortable signing up for the cat and mouse game), then we can make something happen. \n"}]}
0
 avatar
buddy1477 avatarbuddy1477 4 years
{"ops":[{"insert":"just wanted to update: I found out that you can simply add order:edhrec for popularity and it works with the current syntax search! \n\n"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":"Change how results are sorted with "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:artist"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:cmc"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:power"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:toughness"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:set"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:name"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:usd"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:tix"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:eur"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:rarity"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:color"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:released"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:spoiled"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:edhrec"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":", or "},{"attributes":{"background":"#f5f6f7","color":"#47553c"},"insert":"order:review"},{"attributes":{"background":"#ffffff","color":"#16161d"},"insert":"."},{"insert":"\n"}]}
0