Accessing the applications > Accessing Correspondence Reviewer > Filtering and sorting searches

Filtering and sorting searches
When accessing Correspondence Reviewer, the paused Messages are retrieved from the Message storage in the runtime repository and the corresponding documents are listed in the application.
You can filter and sort the searches in the URL to Correspondence Reviewer. By using different URLs for different end-users, you can prepare the document list so only documents specific to each end-user are displayed.
Note:
The syntax that is used to filter searches is:
http://<URL_Reviewer>?sortBy=<Parameter>&sortDir=<Direction>
&search={statements:[<Statement_1>,…,<Statement_n>]}
Where:
<URL_Reviewer> – Is the URL to Correspondence Reviewer.
See URL to Correspondence Reviewer.
<Parameter> – Is the parameter to filter and sort the searches by.
See Parameters.
<Direction> – Is the direction to sort searches in.
See Sorting directions.
[Statement_1,…,Statement_n] – Is an array of search statements.
See Search statements.
Example 3
In the following example, documents created between the 12th of May and 20th of October 2012 that are rejected, are listed in Correspondence Reviewer.
The documents are sorted in descending order by creation date, with the most recent documents at in the top of the list.
http://<URL_Reviewer>?sortBy=CreationTime&sortDir=desc
&search={statements:[{attr:’State’, op:’eq’, val:’REJECTED’},
{attr:’CreationTime’, op:’range’, val:’05/12/2012..10/20/2012’}]}
 
OpenText StreamServe 5.6 Updated: 2013-03-01