Welcome to Zuora Product Documentation

Explore our rich library of product information

Run the QuickSearch sample code

Learn how to create and run a QuickSearch component using a Visualforce page.

  1. Create a QuickList component instance, named myList, as described in QuickList Component Settings .
  2. Create a new Visualforce page with the following code.
    <apex:page showHeader="true" sidebar="true" title="Testing QuickSearch Component">
      <zqu:QuickSearch listName="myList" />
      <zqu:QuickList listName="myList" contextIds="" />
    </apex:page>

When you open the Visualforce page, the following happens:

  1. The search terms you enter in the QuickSearch component appears in the embedded Breadcrumb component.
  2. The filtered down list appears as below.
Quick search