We have about 10 different publishable content types like pages, home page, files, images etc. I was in the process of setting up the content list for the Incremental edition. Is there any advantage of using nt:base in the jsr query instead of listing all the content types in the query?
So the JSR query can be either like:
select rx:sys_contentid, rx:sys_folderid from nt:base where jcr:path like ‘//Sites/MY_SITE%’
Or it can be like this:
select rx:sys_contentid, rx:sys_folderid from rx:Page,rx:HomePage, rx:Image, rx:CT1, rx:CT2, rx:CT3 where jcr:path like ‘//Sites/MY_SITE%’
thanks
Manvinder