The main container page for search results is the productCatalogSearch.jsp page. All catalog search page fragments exist in the /atg/commerce/custsvc/ui/fragments/catalog/endeca name space:

Page Fragment

Description

AutoSuggestJson

Displays the auto-suggestion page and pop-up.

Breadcrumbs

Display the current refinement selections.

CategoryTree

Displays the top three levels of the category tree and navigation components.

DisplayCollectionWithTitle

Renders a collection of objects in a content item as a table with a title in the Results area.

DisplayEndecaResourcedValue

Displays a resourced value, such as a refinement menu or a sort option label.

DisplayProduct

Renders the product information from an Endeca record or product repository item in the Results area.

DisplayResultContentTitle

Displays the heading title for the table of results.

DisplaySubcategories

Displays sub-category trees in the browser popup menu.

NoResults

Displays when no result list or alternate content is found in the results.

RefinementCrumb

Display and individual refinement breadcrumb.

Refinements

Displays the refinement menus. Each refinement menu contains of list of refinement navigation actions. Refinements also display More and Less links for displaying addition or less data.

ResultListContentItem

Displays the ResultList content item.

Results

Displays the results area.

ResultsPaging

Displays the paging controls for the results.

ResultsSortOptions

Displays the sort options from the ResultsList.

RootCategories

Displays a root category list for browse pop-up menu.

SearchCrumb

Displays an individual search term breadcrumb.

SearchTermInput

Displays the search term input controls.

SiteScope

Displays the site scope selection controls.

SubCategories

Displays subcategories for a root category in the browse popup menu.

The /panels/catalog/endeca/productCatalogSearch.jsp file is the page associated with the results panel and can be changed by modifying the serviceFramework.xml configuration file. The following example is a definition of the results panel:

<panel-definition>
  <id>
    cmcProductCatalogSearchP
  </id>
  <title-key>
    cmcEndecaCatalogSearchP
  </title-key>
  <content-url>
    /panels/catalog/endeca/productCatalogSearch.jsp
  </content-url>
</panel-definition>

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices