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
o:<WORD>
i.e: o:opt, the levenshtein difference should used on output of the trie and all cards with greater than 80% matching should be added to the output
o:<STRING>
i.e: opt:"goblin motivator", a lookup for the exact string goblin motivator (monte carlo string lookup) should be done after normalisation. Normalisation being turning everything to lowercase.
What went wrong:
o:"target creature gains protection"
does not provide cards with that in the oracle text, howevero:/.*target creature gains protection.*/
does.Expected behavior:
o:/.*target creature gains protection.*/
ando:"target creature gains protection"
should provide the same output.The text was updated successfully, but these errors were encountered: