Integrate a Coveo Community Search component
Integrate a Coveo Community Search component
The Coveo Community Search component lets you integrate a Coveo Full Search page in your Experience Cloud site. The Coveo Full Search page provides a complete Coveo-powered search interface, which includes advanced features such as facets, tabs, sorting, and pagination.

|
Leading practice
You should always duplicate Coveo components instead of using the default ones. This keeps the original component configurations intact for reference and re-use (see Integrating Coveo components in a custom Lightning component). |
Prerequisites
-
Enable Digital Experiences for your organization.
-
Assign the View Global Header permission to internal users who need access to the Experience Cloud site to allow them to see the global menu.
-
Create an Experience Cloud site and select the Customer Service template.
ImportantThe only supported template is Customer Service. If you select another template, you may experience unexpected behavior with certain components.
Add the Coveo Community Search component
-
In the left sidebar, select Components.
-
In the Components dialog, under Custom Components, drag the Coveo Community Search component and drop it onto the page region where you want the search interface to appear, typically in the Content section.
-
When you add a Community Search component for the first time, the Interface Creator (This search page isn’t configured yet.) dialog is displayed:
-
Click Preview in the upper-right corner of the Experience Builder to switch to preview mode.
ImportantIn a newly created Experience Cloud site, you have two options to work with the search page. You can either publish the site and access the search page using the published site URL to create or edit it. Otherwise, if you prefer to continue working in Preview mode, you must first add the following Content Security Policy (CSP) trusted sites:
After adding these sites, refresh the page to use the Interface Creator. You should also set the CSP security to Allow Inline Scripts and Script Access to Any Third-Party Host.
-
In the Coveo Search component region, click Set up a Search Page.
-
Follow the onscreen steps, and then click Create page.
ImportantIf an error message appears after clicking Create page, add the missing Content Security Policy trusted sites to your Salesforce organization.
You should now have a functional search page connected to the Salesforce search box, returning results from your Coveo organization index. You can also test your search page at this time.
-
-
When you’re satisfied with your search page, in the upper-right corner of the Experience Builder, click Publish to make your changes available to your site users (see Publish Your Experience Builder Site Customizations).
ImportantBe aware that publishing Interface Editor changes immediately affects your Experience Cloud site in production.
-
Make sure that the appropriate users are members of your Experience Cloud site so that they can view your search page.
Leverage the Coveo standalone search box
The Coveo standalone search box offers advanced features such as Coveo Machine Learning (Coveo ML) query suggestions, typo correction, and facet value suggestions.

To include a standalone search box in the header of your Experience Cloud site, you must add the Coveo Community Searchbox component.
|
The Coveo Community Search component isn’t compatible with the Coveo Hosted Searchbox component. To complement your Full Search page with a standalone search box, you must use the Coveo Community Searchbox component. |
To add the Coveo Community Searchbox component
-
In the left sidebar, select Theme > Theme Settings.
-
Under Search Component, in the dropdown menu, select Coveo Community Searchbox.
ImportantIf you don’t see the Coveo Community Searchbox option, you may not be using the right template. Ensure that your Theme is set to Customer Service.
NoteIf you’re using a previous version of the Coveo for Salesforce package, the component name will be Searchbox (before v2.51) and Coveo Searchbox (before v3.25).
-
Close the Theme Settings menu.
Your search page now includes a Coveo standalone search box.
Additional considerations
-
Modifying the default value of the
enableHistory
component option isn’t recommended. This option is automatically set to the correct value (true
orfalse
) based on the component you’re integrating. If you modify this value, the standalone search box may not work as expected. -
Ensure that the value for the Search Url option is set to
global-search/%40uri
(see Customize the standalone search box). -
When you have the default Headline component from Salesforce integrated into your Experience Cloud site, you won’t notice that it always shows the query is
@uri
. You’re encouraged to remove this component, as it’s incompatible with the standalone search box. -
With your current configuration, both the standalone search box and the search component are injecting their query to the search component. If you prefer to only inject the relevant query, you can disable the Auto inject basic query setting of your search component.
-
The Coveo standalone search box doesn’t support site branding. However, using custom CSS to override the template elements should still work as expected.
You can now use the options panel to customize your Coveo standalone search box.
Add missing Content Security Policy trusted sites
Due to changes in the Salesforce framing policies, you may need to manually add URIs to your Content Security Policy (CSP) Trusted Sites to access the Interface Creator and Interface Editor.
To know which URIs to add to your CSP trusted sites
-
In the Can’t Access Resources error message that appears after clicking Create page in the Interface Creator, copy the URI address displayed next to Blocked URI, and then add the URI to your CSP Trusted Sites.
-
Back in the Preview mode of the Experience Builder, open your browser developer tools, and then access the Console tab.
-
In the Coveo Search component region, click Set up a Search Page, and then follow the onscreen steps.
-
Click Create page and then, in the Console tab of your browser developer tools, you should see an error message.
-
In the error message, copy the last URI that appears (the one displayed in red), and then add the URI to your CSP Trusted Sites.
NoteAfter adding these sites, refresh the page to use the Interface Creator.
What’s next?
-
Learn how to access the Interface Editor.
-
To securely add mandatory filters or inject identities, consider defining a server-side configuration for your Coveo Lightning component.