It seems not all predicate support granite:class property but I found one predicate called Insight Predicate(group predicate) and will do the grouping of custom metadata fields added for particular folder based on the metadata scheme and will do the show hide of Insight Predicate(group predicate).
i...
Hi,
thanks for replying but it doesn’t seems to work as searchpanel.jsp only get called when omnisearch initialize but not on when search is performed again on omnisearch or user update the folder location. So I decided to check if I can do the hide and show of fields based on search path but I am ...
First thing that jsp is not recommended on aem cloud and not sure if pipeline will allow this jsp to get deployed during the build. Other thing is that I am facing difficulties in getting the assets folder path on this searchpanel.jsp to pass as an argument to the custom service class.
Hi I have a requirement in which we are maintaining multiple metadata schema for assets and now based on the folder metadata schema we have different search forms(search schema). Has anyone implemented this for aem cloud service to load the search forms(search schema) based on folder on which search...
Are you referring to initiator of the workflow user if that’s the case then please refer to https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/is-it-possible-to-get-the-current-user-in-the-workflow/m-p/446998
current user can be found from session object
session.getUserID();
...
type= cq:Page is not required for the full text for your use case as this property is associated with the page node only. For your use case you can use type=nt:unstructured filter for your search query
No that should not happen. Once you create/update the user permission it’s get stored on aem repository. Restarting of aem shouldn’t reset the permissions. I am hoping you are having a persistent/ permanent volume or memory assigned to your server. If your custom package installation is doing the re...
Normally those connections are on author only like target and launch integration. For the JWT to oauth migration it depends how your existing setup is and need to be migrated for all. If currently you don’t have any JWT integration with publisher then you don’t need to do anything with publisher.
ho...