Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Not Working as Expected in Deck Editor Search #836

Open
PreNic opened this issue Aug 29, 2024 · 0 comments
Open

Syntax Not Working as Expected in Deck Editor Search #836

PreNic opened this issue Aug 29, 2024 · 0 comments

Comments

@PreNic
Copy link

PreNic commented Aug 29, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant