...
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 | |
procedure | string | yes | Name of the stored procedure to execute |
table | string | no | The name of the table in the datasource that the stored procedure will populate to provide the resultant ids |
key | string | no | The column in table that the stored procedure will populate to provide the resultant ids |
acl | no | A reference to an ACL to attach to the search |
...