By default,CSC Order search returning only first 100 results.
Solution:-
To enable order search to return all the order results
Add these properties to your configuration
/atg/commerce/custsvc/order/OrderSearchTreeQueryFormHandler.properties
#set maxSearchResults to -1 inorder return all the search results
maxSearchResults=-1
#set maxSearchResultsPerPage to 20 or anything appropriate.
maxSearchResultsPerPage=20
Solution:-
To enable order search to return all the order results
/atg/commerce/custsvc/order/OrderSearchTreeQueryFormHandler.properties
#set maxSearchResults to -1 inorder return all the search results
maxSearchResults=-1
#set maxSearchResultsPerPage to 20 or anything appropriate.
maxSearchResultsPerPage=20
No comments:
Post a Comment