Hi @carbfrze_crown ,
Sometimes fetching results takes some time. You can introduce 2 field: start data and end date.
You query should look like: SELECT * FROM [cq:Page] AS s WHERE ISDESCENDANTNODE([{{path}}]) AND [jcr:content/jcr:created] >= CAST('{{startDate}}' AS DATE) AND [jcr:content/jcr:cre...
A brand-new, free IntelliJ plugin has just landed - and it’s here to enhance how you sync content with AEM.The AEM VLT IntelliJ Plugin lets you push, pull of JCR directly inside IntelliJ IDEA - no more bouncing between your IDE, terminal, and CRXDE Lite.
Hi @carbfrze_crown ,
Actually, ACS Commons Report tool is very powerful tool. It's easy to create new report.
1) Open Tools -> ACS AEM Commons -> Reports
2) Create new report (Enter title and click + Add report)
3) Click Edit (pencil) and copy configuration from Page report to your newly created...
Hi there,
I am trying to convert JCR-SQL2 query to Query Builder, but I see a warning that "Usage of self property in path predicate has been deprecated. Please avoid its usage.". I have tried several approaches but they didn't return valid results. Probably someone of you had experience with it....
Hi @Love_Sharma ,
I realized that we have a lack of details. We are just guessing. Please, provide information in next format:1) What request do you do
2) What rule do you expect to handle it
3) What result do you anticipate
4) What result do you actually have
Best regards,
Kostiantyn Diachenko.
Hi @Love_Sharma ,
Your rules are not valid and probably your dispatcher doesn't accept these rules. I wonder how were they deployed.
Mistakes:- Apache rule flags must not have whitespaces after commas
- You have 2 colons after https
Fixed version:
RewriteRule ^/abc\/?(.*)$ /content/us/en/custo...
Hi @Love_Sharma ,
I suggested to use %{HTTP_HOST}, not a ${HTTP_HOST}. The HTTP_HOST is a Apache variable. See that here: https://httpd.apache.org/docs/2.4/expr.html#vars.
Best regards,
Kostiantyn Diachenko.
Hi @PrakashBa2 ,
Could you please provide next details about your failing tests?
- full stack trace of exception
- list of test dependencies
- how do you execute tests?
These information should help us to localize problem and advice you with a recommendation to fix.
Best regards,
Kostiantyn Di...