Creating catalog searches
You can create catalog searches so that users can search for items in a catalog.
Before you begin
Procedure
Create the search. Use any one of the following methods:
user interface, Java™ API, or
script API.
Option | Description |
---|---|
User interface - rich search simplified |
|
Java API | The following sample Java API
code creates a catalog search, executes it and displays the results.
|
Script | The following sample script creates a catalog search, executes
it and displays the results.
|
Query language | The following code searches all the items in a catalog. The
catalog is called Product with a primary spec called spec. This query
returns all the items in the catalog. select item from |
The search is created, and users can now view it in the
left pane.