With property name "tags" , it is working for me as shown below -Query : SELECT * FROM [cq:PageContent] AS s WHERE ISDESCENDANTNODE([/content/we-retail/language-masters/en]) and s.[tags] = 'Debal'
In below screenshot you could see , cq:tags is a multi value property String[] and I would like to get list of pages with where I have added 'we-retail:activity/biking' tag using JCR SQL2 query - Here is my JCR SQL2 query with results- SELECT * FROM [cq:Page] AS s WHERE ISDESCENDANTNODE([/content/w...
Please refer the below details and update the port number as per your need - Go to bin folder in crx-quickstart and change the line 25 in start.bat by adding the highlighted part here (address port number can be any number of your choice)if not defined CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx1024m -XX:MaxPe...
You can refer https://blogs.perficient.com/2018/08/24/using-sling-models-with-nested-composite-mulitifields-in-aem-6-3/ , I used the similar approach to manage pathbrowser (to select image) , text area( for description) and text field(title).
1. If you are planning to publishing first using Quick Publish as shown below and then you want trigger the custom workflow -Then please refer approach as @Nitin_laad has suggested. 2. If you are planning to manage via Manage Publication as shown below -Then you can follow @Bhuwan_B and @ManviSharma...
Could you please check with your admin whether they are able to see that failed step in inbox or not. Please execute below JCR SQL2 query to see failed workflow items in CRXDE -SELECT * FROM [cq:WorkItem] AS s WHERE ISDESCENDANTNODE([/var/workflow/instances/server0]) and subType='FailureItem' and st...