Using the search syntax and operators - 7.3

Talend Data Catalog User Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Catalog
Content
Data Governance
Last publication date
2023-08-09

You can use and combine the following search syntax and operators:

Search syntax Example Search result
word(s) purchase order Returns any result which contains the word(s) entered.
"word(s)" "purchase order" Returns any result which contains the exact phrase surrounded by double quotes.
+word +purchase +order Returns any result which contains the exact word after the "+" symbol.
-word account -name Excludes any result which contains the word after the "-" symbol.
word* sale*

Returns any result which contains a word starting with the string entered.

word.word purchaseorder.podate Returns any result which matches both elements:
  • the parent element name entered before the "." symbol, such as the purchaseorder table,
  • the child element name entered after the "." symbol, such as the podate column.
.word .podate Returns any result which only contains the word entered after the "." symbol.