...
Name | Type | Required | Description |
id | string | yes | Unique identifier |
entity | yes | The id of the entity that this search will be searching for | |
label | string | yes | Text to be displayed to the user to represent this search |
description | string | no | Description of the search that could be displayed to the user to explain this search |
datasource | yes | The data source that should be connected to to perform the search | |
table | string | yes | The name of the table in the datasource that is the root of the generated SQL |
key | string | yes | The column in table that represents the unique id of the entity being searched for |
acl | no | A reference to an ACL to attach to the search |
...
Name | Type | Cardinality |
from | urn:com.cohga.server.search.database#1.0:from | 0..n |
where | urn:com.cohga.server.search.database#1.0:where | 0..n |
parameter | urn:com.cohga.server.search.database#1.0:parameter | 1..n |
combination | urn:com.cohga.server.search.database#1.0:combination | 0..n |
acl | 0..1 | |
cache | 0..1 |
...