So, I’d like to be able to Use a JCR query to get a list of assembly items without using an AutoSlot. Reason being that when I use an Auto Slot, the content re-publishes every time I run an incremental edition.
I figure that I have 2 options:
- Try to use an auto-slot without adding it to the template’s list of slots.
- Build an extension to run the query.
I have tried to use $user.psoQueryTools but the results I got back were unfiltered with regard to item state. This isn’t going to fly in a production scenario.
Has anyone out there settled on a viable solution?