Why doesn't this regular expression works?

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!

Regex searches are only supported in field content I’m afraid.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.