I have a Repeater with Custom Query. Currently, there's a WHERE Condition like this
PracticeAreas = '{%CurrentDocument.PracticeAreas#%}' and NodeID != {%CurrentDocument.NodeID#%}
The purpose is to filter and show only documents that have the same PracticeAreas as the current document, and it works fine. Now, in addition to the PracticeAreas, I also want to filter and show only documents on the Current Site. How do I do that? Thanks!