The MoreCatalogsSearchActor allows an agent to search for specific catalogs. This actor uses the catalogSearch actor-chain, and is located at /atg/commerce/custsvc/catalog/
MoreCatalogsSearchActor
.

The catalogSearch actor-chain uses the following parameters:

Parameter

Description

resultSetSize

Sets the number of results that are displayed per page. The default is 10.

keyword

The keyeword used to search the catalogs.

startDate

Optional. The start date used to search the catalogs. For example, YYYY-MM-DD HH:MM:SS format, or, 2010-08-11 00:00:00.

endDate

Optional. The end date used to search the catalogs. For example, YYYY-MM-DD HH:MM:SS format, or, 2010-08-11 00:00:00.

allowEmptySearch

When this parameter is set to true, if there is no search criteria, all catalogs will be searched.

Search Catalog Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{\"keyword\" : \"Store\", \"startDate\" : \"2009-09-28 00:00:00\",
\"endDate\" : \"2013-03-12 15:39:59\"}" "http://localhost:8080/rest/model/atg/
commerce/custsvc/catalog/MoreCatalogsSearchActor/catalogSearch"

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