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
This syntax is not working as expected inside the deck editor:
s!barrier|sentry|"code gate"_ (with ICE type selected)
If I just write s!barrier (with ICE seleceted) then it works. As soon as I add an AND option (ex. s!barrier|sentry) it does not filter properly. If I try something like s!barrier s!sentry only the second filter is taken into account.
The same strings used inside the Card Search (outside the editor) are working fine:
t:ice s!barrier|sentry|"code gate" -> ok
s!sentry!barrier t:ice -> ok
s!sentry s!barrier t:ice -> also ok (same result than the previous string)
The text was updated successfully, but these errors were encountered:
This syntax is not working as expected inside the deck editor:
If I just write s!barrier (with ICE seleceted) then it works. As soon as I add an AND option (ex. s!barrier|sentry) it does not filter properly. If I try something like s!barrier s!sentry only the second filter is taken into account.
The same strings used inside the Card Search (outside the editor) are working fine:
The text was updated successfully, but these errors were encountered: