Defines the control for the search pages. The bucket search API used the searchnode implementation to do various searches
| Column Name | Column Datatype | Column Null Option | Column Comment |
| search_node_id | varchar(50) | not null | The unique id for the search implementation |
| params | varchar(1024) | with null | Params is the list of parameters delimited by space |
| search_limit | integer | with null | The max limit on the number of results to be searched, -1 is for no limit |
| default_param | varchar(64) | with null | The default parameter to fetch and show the results |
| bucket_size | integer | with null | To fetch the results in a batch mode, to display limited results on a page, Eg: 1 to 50, 50 to 100 etc |
| table_name | varchar(512) | with null | Table_names is the list of tables delimited by space |
| order_by | varchar(64) | with null | The sort order for the search query |
| param_domain | varchar(64) | with null | The table.column which has the domian information, to do business level validation checks |
| param_parent_domain | varchar(64) | with null | The table.column which has the parent domian information, to do business level validation checks |
| criteria | varchar(1024) | with null | The default where clause for the query |
Product Name: Unicenter Service Management
Table Type: Table