Hi Amit, Thanks for the response.I am using SAML synchronize atrributes to sync AD groups. But this happens when the user logs in.In case I need to Sync all the groups in a daily basis, will it be a custom developement. Is there a way the AD groups can be synced into Target, so that it would be avai...
Hi, We are on AEM 6.5.The use case is to use AD groups to target content. The content can be in any path and can be targeted to a number of groups. when the members of that group login to the site they are able to see the content targeted for them. There are around 500+ AD groups. The application is...
Hi @HimanshuSh , It seems to be css issue for the pages,Is the issue in all pages or this page only, the css might be overriding the project css.Check in author mode the divs are closed or extra divs are there.Test the component in different project.Thanks,Sweta
@zonghuiliu ,
From the image the servlet shows its satisfied but it should be in active state. Check the below sample servlet
import static org.apache.sling.api.servlets.ServletResolverConstants.SLING_SERVLET_METHODS;import static org.apache.sling.api.servlets.ServletResolverConstants.SLING_S...
Hi @zonghuiliu ,
This is caused if the package imported is not exported by any bundle. The Import-Package declarations must be satisfied by the Export-package declaration of other included bundles in the Maven project.
To solve this add the package in the Export tag
If your archetype is using m...
Hi @sachindey1231 ,
Can you try using the below rule (added '?' at the end of target url)
^/content/we-retail/us/en/technology/#india$ /content/we-retail/us/en/science.html? [NC,R=301,L]
Reference:
https://linchpinseo.com/htaccess-rules/
HI @sreenu539 ,
Can you share the node structure for
/content/dam/iinvestor/qa
'path.self=true' includes the subtree including the node given in the path value.
'path.exact=true' does not include the subtree.
Thanks,Sweta
Hi @vasimakram ,
You can also add a page property like a check box to hide in search. If that checkbox is enabled on the page then it will not show up in search results.
Modify the query to check for the property
type=cq:Page
path=/content/we-retail/en
fulltext=cricket
boolproperty=@jcr:content/...