I was trying to create a filtered deck and wanted it to pull cards from 3 decks.
instead of doing it like this:
“DECK1 OR DECK2 OR DECK3”
I wondered if I could accomplish this with regular expressions, so I tried this:
“deck:re:Medicina::(Farmacologia|Semiologia|Patologia)”
It didn’t work, but I don’t understand why. Could anyone give me a clue? Thanks!