All questions

Is there a shorter way to match several page paths without a big OR chain?

Asked by marek_w on

Mmarek_w

My first attempt at an audience covering a handful of landing paths turned into this:

page's path is "/home" or page's path is "/pricing" or page's path is "/tour"

It works but it is ugly and I keep having to touch it every time we add a path. Coming from backend code I really want a set-membership check so I do not repeat the same clause. Does CQL have one

Was this helpful?

0 answers

Still have questions?