Resolved! Find only sub-folders, not type content in javascript search
Hi,I have following codenodes = search.query({ language: 'fts-alfresco', query: 'ANCESTOR:"workspace://SpacesStore/a0617f12-8eba-4dce-a5b5-59afec623010"+nodeType:"cm:folder"', maxItems: 2000 });But this gives me also all documents in all sub-folde...