Combining AND and OR with v7 selectors #3646
Unanswered
bbceg
asked this question in
Help needed
Replies: 2 comments
-
Use here is the doc https://deployer.org/docs/7.x/selector#selector-syntax |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @antonmedv I have seen that doc but I couldn't see anything obvious about combining both AND and OR operators. Apologies if I've missed it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, before I used to do this:
Initially I did this:
Which didn't work out too well because I missed that this was an OR (doh!). I'm not sure how to achieve this in v7. As I write and compare the above I'm wondering could I do this:
This seems to work but confirmation would be appreciated (and hopefully it might be helpful for someone else).
Beta Was this translation helpful? Give feedback.
All reactions