You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal: Move the user's query to the end of the full query sent to Scryfall, so that order, prefer, and similar syntax will overwrite the ones in the Default Scryfall Syntax without having to include !defaults. Currently, the full query sent to Scryfall is {userQuery}+{defaultScryfallSyntax}+{formatSpecificQuery}. The proposal would be to make this {defaultScryfallSyntax}+{userQuery}+{formatSpecificQuery}.
As best as I can tell, this doesn't change the results returned beyond simply using the last order and prefer syntax sent in the query.
The text was updated successfully, but these errors were encountered:
Proposal: Move the user's query to the end of the full query sent to Scryfall, so that
order
,prefer
, and similar syntax will overwrite the ones in the Default Scryfall Syntax without having to include!defaults
. Currently, the full query sent to Scryfall is{userQuery}+{defaultScryfallSyntax}+{formatSpecificQuery}
. The proposal would be to make this{defaultScryfallSyntax}+{userQuery}+{formatSpecificQuery}
.As best as I can tell, this doesn't change the results returned beyond simply using the last
order
andprefer
syntax sent in the query.The text was updated successfully, but these errors were encountered: