A graphical interface helps you build a query to an Enterprise Content Management server.
Follow these steps to add a query that can be used in a search operation.
query section of the CMIS specification for
information on the syntax).Selection will disable the fields in the Content Filters page and make the CMIS query Input Mapping field editable on the Data Mapping tab.
The layout of the result set, the sorting of items in columns, and the priority of which column is sorted first, second, third and so on is described in the following table.
| Layout and items sorted | How to change the order |
|---|---|
| Layout of columns from left to right. | Select a column and use the arrows at the bottom of the pane to move the column to the left or right. Use the Add or Remove buttons to add or remove property columns. Alternately, for removal, select the triangle at the top of the column and from the menu select Remove property. |
| Ascending or descending order of items in each column. | Click the number at the top of a column. Depending on the direction of the triangle, the items will be arranged in an ascending or descending order. If the column does not have a number at the top, click the triangle and select Add sort order. |
| Sorting priority of the result set; that is, which column is sorted first, second, third and so on. | Click the triangle at the top of a column and select Change sort order. The columns with a number open in a dialog box. Select the arrows at the side of the pane to move a selection up or down in the priority list. Click X to remove a column from the sorting priority. |
The sorting priority of the result set can alternately be done by selecting Result set order specified by process variable and mapping to a variable containing the sorting priority. The content of this variable is a CMIS query following the standard CMIS syntax (see the link to the CMIS standard page in the Data Mapping description). This option is helpful for having the sorting priority set at run time. You may also use JavaScript.
Match criteria lets you select all or any as a match criteria. All returns items matching all the criteria specified in the filter. Any returns items matching any single field in the filter. The match criteria does not affect the search result columns shown in the Properties table though it will affect the rows.
Using Document List and Document Viewer views, you can turn your search into a list of documents that a user can browse, select and view.
If the Search operation is used with a Document List view, the ID column is not shown in the Document List. However, the ID column should not be removed from the query. The IDs provide the links to each document in the content repository. An ID is required to perform any actions on the document, including showing the document in a Document Viewer.