Hey, we have a requirement that while making a free text search in DAM, search should exclude certain number of properties.For e.g. if i am searching a text "ABC" then it should not search on the excluded properties. Is there a way to do that in AEM. Any lead will be helpful. Regards,Sahil
Hi Experts, Is it not possible to intercept a URL ( that is whitelisted for anonymous usage through "Apache Sling Authentication Service" configuration ) in AEM's Sling Filter and change it's User session ? I'm trying to implement it with HttpServletRequestWrapper by adding a valid basic authorizati...
Has anyone enabled asset-id search in the search? We want to be able to search asset by asset-id in the asset tree? Is it just about enabling that property in oak:index or there is more to it?
We have a client requirement to create a report that lists all assets and their metadata that also shows the pages it's being used. We can see that on individual assets properties panel, but is there an OOB API to get the list so that we can loop through each asset and report the referenced pages We...
Hello all, I am on ACS commons v4.3.4 and AEM v6.5.3, using the OOTB ACS Commons Sitemap and Vanity urls. The issue i'm facing is, sitemap is include vanity urls as well, which it should not. Is there any way this can be disabled? Thanks in advance!
Background info:We currently have AEM OSGI REST endpoint that takes XDP name+location and XML data and renders PDF editable form. The PDF form is sent from the OSGI servlet as a byte array back to our Spring application. Our application then renders the PDF inside the browser page. The user enters d...
Hi,I would like to know if there are any open source JSON:API sling exporters available in AEM to export the content to SPA in JSON:API format(https://jsonapi.org/) , if it is not available i am looking forward to any available solutions which is availableI could see similar offering is available in...
I am facing issues for some of the URLs which have 'childrenlist' as a keyword in the URL. For example, if I try accessing https://www.example.com/sdfsdf.childrenlist.html URL, it shows as below for the request. However, there are no such pages available for such request. I have some rules set in di...
I'm creating a dialog having Nested multified for page having table columns init and it is very large view the author/content team confused that multifield having too many columns so i need to minimize the column for authoring perspective Please suggest me best practice with code.
I gone through https://docs.adobe.com/content/help/en/experience-manager-65/developing/platform/query-builder/querybuilder-predicate-reference.html#daterange according to the url im using query as: queryMap.put("path", assetFolderPath);queryMap.put("type", "dam:Asset");queryMap.put("p.limit", "-1");...