Skip to main content

searches

Creates, updates, deletes, gets or lists a searches resource.

Overview

Namesearches
TypeResource
Idconfluent.catalog.searches

Fields

NameDatatypeDescription
entitiesarrayThe entities
referredEntitiesobjectThe referred entities
searchParametersobjectSearch paramas to filter results
typesarrayThe types

Methods

NameAccessible byRequired ParamsDescription
search_using_attributeSELECTGenerally Available Retrieve data for the specified attribute search query.
search_using_basicSELECTGenerally Available Retrieve data for the specified fulltext query.

SELECT examples

Generally Available Retrieve data for the specified attribute search query.

SELECT
entities,
referredEntities,
searchParameters,
types
FROM confluent.catalog.searches
;