--- title: Create a search driven page in a Salesforce community slug: '1037' canonical_url: https://docs.coveo.com/en/1037/ collection: coveo-for-salesforce source_format: adoc --- # Create a search driven page in a Salesforce community > **Note** > > The Coveo Community Search component is the Locker compliant version of the Coveo Search component. A search driven page is a search page that dynamically shows content without requiring your users to enter a [query](https://docs.coveo.com/en/231/). It's usually displayed in such a way that it doesn't look or feel like a search page, while still benefiting from the flexibility and dynamism of a search page. In a Salesforce community, you can use the [Coveo Lightning](https://docs.coveo.com/en/1218/) components to produce search driven pages. In this tutorial, you'll learn how to change the Case List page to make it a search driven page, so that the case order is the most relevant. ![Case list page in Salesforce](https://docs.coveo.com/en/assets/images/coveo-for-salesforce/case-list-page.png) > **Note** > > By default, the most relevant results are the most selected results. . Access the Salesforce https://help.salesforce.com/articleView?id=community_designer_ui.htm&type=5[Experience Builder^]. . In the drop down menu at the top of the page, select the page you want to make search driven. For this tutorial, select the **Case List** page. . In the menu on the left, select **Components**, and under **Custom Components**, locate the **Coveo Community Search** component. . Drag the component and drop it where you want to put your search interface. > **Important** > > If you have already inserted a search page in your community, you may notice that this search page was displayed. > Since you'll want a different display for your search driven page, you must choose a new name for your component. > > In the floating option box, under **Name**, enter a new name for your component. > > ![Community Coveo Search component options | Coveo for Salesforce](https://docs.coveo.com/en/assets/images/coveo-for-salesforce/ccs-options.png) . Set up the search page. .. In the upper right corner, select **Preview** to access Preview mode. .. In the Coveo box, select **Set Up a Search Page**. .. When prompted to select the [tabs](https://docs.coveo.com/en/1406/), select the appropriate tabs. In this tutorial, since you only want to display cases, leave only the **Salesforce Cases** box checked. > **Note** > > You can always modify the search component later. . You won't notice that your search component doesn't have any results. To fix this, see [autoinjectbasicquery](https://docs.coveo.com/en/3222#autoinjectbasicquery). . Your component should now work as expected. However, you'll most likely want to customize it to fit your needs and requirements. The Interface Editor allows you to edit your search pages to fit your needs. To learn how to use the Interface Editor, see [Interface Editor](https://docs.coveo.com/en/1852/). An interesting thing to add is a card or table layout, which the [JavaScript Search Framework](https://docs.coveo.com/en/187/) can allow you to do (see [JavaScript Search Framework result layouts](https://docs.coveo.com/en/360/)). > **Note** > > For references on the Coveo JavaScript Search Framework, see https://coveo.github.io/search-ui/globals.html[Coveo JavaScript Search Framework - Reference Documentation^]. > **Important** > > By default, the Coveo Community Search Lightning component doesn't include a search box. > To learn how to include one, see https://coveo.github.io/search-ui/components/searchbox.html[Coveo Component Searchbox^].