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.
The tooltip for the
Search In
field for the List component, when using theSearch
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.