Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/18/22
    What's the most efficient way, if it exists, to dynamically add (or automate) the canonical and HREFlang tags to pages, without manually adding  <link rel=”canonical” /> onto head section of each page component? I've seen a possible solution (no JDK 11) in this library: https://github.com/otarsko/ae...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 8/18/22
    I have a requirement to search multiple text using and operator in AEM out of the box Omni search as in the below screenshot. I am trying to search for apples AND oranges, but it is not giving the correct results. Does OOB search capable of doing it? How can we search multiple  text in search inter...

    Views

    466

    Likes

    0

    Replies

    2
  • 8/18/22
    Hello Team, Is there any way for the Pathfield resourceType to restrict specific mimetypes Example : In a dialog, I would like to use a pathfield , which should only show me the mp4 files present in the DAM.   Earlier, Using PathBrowser allows us to create a Custom predicate Service. Do we have any ...

    Views

    332

    Likes

    0

    Replies

    1
  • 8/18/22
    you can specify the "ranking", "prioritisation" or "order" (called different things in different places) using this: @ServiceRanking(-200)   The give the following situation:   600 : class com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet (id: 2255, property: service.ranking=600); called: 23...

    Views

    548

    Likes

    0

    Replies

    6
  • 8/18/22
    Hi All,   I have the below scenario - We are using a build script to generate the Virtual hosts and Farm files in our dispatcher folder. STEP 1 -  When running this deployment on cloud the virtual host and farm files are not listed in the CREATE_DISPATCHER_CONFIGURATION_ZIP phase as shown below -   ...

    Views

    607

    Likes

    3

    Replies

    10
  • 8/18/22
    Hi I am trying to publish data on publish instance http:localhost:4503.  After publishing I am getting popup that data is published but actually it is not publishing  for reference see the screenshot. It is showing as not published.

    Views

    462

    Likes

    0

    Replies

    3
  • 8/18/22
    We have an issue that our filters seem to be in incorrect order. We have heard there is a tool to view this on a per request basis. Any ideas where this tool might be?  Doesnt seem to be in dev console, cloud admin console or cloud manager. I also tried our-autor-url/system/console/config and  our-a...

    Views

    338

    Likes

    0

    Replies

    1
  • 8/18/22
    Can any one help me for this requirement , want to have "abc source" of Assets ingested via MuleSoft, so that those assets are available in AEM Assets.   how to Configure MuleSoft for asset ingestion into AEM and target path to landing those assets.   Thanks & Appreciated …!!   

    Views

    335

    Likes

    0

    Replies

    1
  • 8/18/22
    Hi..,As part of task, need to do package the content and have to do package replication for higher environments : DEV STG PRD Can you please help me for how to do it and  is it applicable if we applied image profiles to some particular folder that folder has been packaged. Note : we are using AE...

    Views

    374

    Likes

    0

    Replies

    2
  • 8/18/22
    We define several filters like this:   @component @SlingServletFilter(   scope = { SlingServletFilterScope.REQUEST },   pattern = "/bin/api/.*",   methods = { "GET", "POST" } ) @Designate(ocd = CorrelationLoggingFilter.Config.class) public class CorrelationLoggingFilter implements Filter {   The que...

    Views

    1.6K

    Likes

    0

    Replies

    6