searches
Creates, updates, deletes, gets or lists a searches
resource.
Overview
Name | searches |
Type | Resource |
Id | confluent.catalog.searches |
Fields
Name | Datatype | Description |
---|---|---|
entities | array | The entities |
referredEntities | object | The referred entities |
searchParameters | object | Search paramas to filter results |
types | array | The types |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
search_using_attribute | SELECT |
| Retrieve data for the specified attribute search query. |
search_using_basic | SELECT |
| Retrieve data for the specified fulltext query. |
SELECT
examples
Retrieve data for the specified attribute search query.
SELECT
entities,
referredEntities,
searchParameters,
types
FROM confluent.catalog.searches
;