import themen from ‘theme/styles/styled-colors’; import * as theme from ‘react-syntax-highlighter/dist/esm/styles/hljs’; import SyntaxHighlighter from ‘react-syntax-highlighter’; import Img from ‘theme/components/shared/Img’
The basic search allows you to query using typename of an entity, associated classification/tag and has support for filtering on the entity attribute(s) as well as the classification/tag attributes.
The entire query structure can be represented using the following JSON structure (called SearchParameters)
Field description
<Img src={/images/twiki/search-basic-hive_column-PII.png} height=“500” width=“840”/>
Attribute based filtering can be done on multiple attributes with AND/OR conditions.
Examples of filtering (for hive_table attributes)
<Img src={/images/twiki/search-basic-hive_table-customers.png} height=“500” width=“840”/>
<Img src={/images/twiki/search-basic-hive_table-customers-or-provider.png} height=“500” width=“840”/>
<Img src={/images/twiki/search-basic-hive_table-customers-owner_is_hive.png} height=“500” width=“840”/>
Supported operators for filtering
CURL Samples