Ursa Major Solar would like its Experience Cloud site's guest users to benefit from the suggestions that come from autocomplete on search terms.
How should the administrator configure this?
- Use the Developer Console to add code to allow for autocomplete functionality.
- In Salesforce Setup, type "support settings" in the quick find box. Under the Autocomplete header, select the objects to appear in autocomplete for guest users.
- In the Search component property editor, open the Autocomplete section and click desired objects to appear in autocomplete. Select "publicly available".
- In the Hero component property editor, open the Search Results section and click desired objects to appear in autocomplete. Select "publicly available".
Answer(s): C
Explanation:
To enable autocomplete for guest users, the administrator should use the Search component property editor, open the Autocomplete section, and click desired objects to appear in autocomplete. Select "publicly available". Autocomplete is a feature that suggests search terms based on what users type in the search box. The Search component property editor is a tool that allows you to customize the settings and behavior of the Search component on your Experience Cloud site. By selecting "publicly available", you can make autocomplete suggestions visible to guest users who are not logged in.
Reveal Solution
Next Question