Forum Discussion
djondinium
3 years agoExpert
Sounds like you need
${coreNode.id}
and get id of the current page.
- VikasB3 years agoBoss
djondinium
coreNode.id will return the board id if you are on a board page or message/article page.ebonifacio
Here you can check how you can apply category conttraint in the quriesFor Root
select * from boards WHERE root_category.id = 'ABC'
For Parent
select * from boards WHERE parent_category.id = 'ABC'
For mutiple categories
select * from boards WHERE root_category.id IN ('ABC', 'XYZ')
Related Content
- 3 years ago
- 2 years ago