Coveo Knowledge Base – Support

Search Interface Modifications

Summary

This article lists a few search interface modifications that can be manually done in aspx and ascx files. Some of them can be done with Coveo Enterprise Search 4 (CES) and Coveo Enterprise Search for SharePoint 4 (CESS), but some others only apply to CES or CESS.

Applies To:                 CES(S) 4

Modify Containers and People results (CESS only)

Containers and People are special results shown first in the result list.

 

Modify the number of displayed items

1.       Edit C:\Program Files\Coveo Enterprise Search 4\Web\Coveo\Skins\SharePoint\ResultsPanel.ascx

2.       Modify ResultsPerPage attribute of ces:QuickLinks control, e.g.: <ces:QuickLinks ResultsPerPage="3" runat="server"/>

Modify layout

The layout is defined in ascx files. You can modify them to fit your needs:

1.       Containers are defined in C:\Program Files\Coveo Enterprise Search 4\Web\Coveo\Skins\SharePoint\ResultsPanel.ascx.

2.       People are defined in C:\Program Files\Coveo Enterprise Search 4\Web\Coveo\Skins\SharePoint\PersonTemplate.ascx.

 

 

Last Reviewed

2006/04/17