adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
744 stars 750 forks source link

Page List "Search In" tooltip incorrectly specifies default #2848

Open HitmanInWis opened 2 months ago

HitmanInWis commented 2 months ago

The tooltip for the Search In field for the List component, when using the Search option, specifies "Leave empty to use current site (eg. /content/mysite)" However, the sling model defaults an empty value to the current page.

I assume the fix here is to update the tooltip. If the true intention, however, is for an empty value to instead default to the site root, then more logic will need to be added to the sling model to identify the site root.