You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-catalog/data-catalog-how-to-discover.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: How to discover data sources in Azure Data Catalog
3
3
description: This article highlights how to discover registered data assets with Azure Data Catalog, including searching and filtering and using the hit highlighting capabilities of the Azure Data Catalog portal.
4
-
author: JasonWHowell
5
-
ms.author: jasonh
4
+
author: ChandraKavya
5
+
ms.author: kchandra
6
6
ms.service: data-catalog
7
7
ms.topic: how-to
8
-
ms.date: 08/01/2019
8
+
ms.date: 02/24/2022
9
9
---
10
10
# How to discover data sources in Azure Data Catalog
11
11
@@ -34,7 +34,7 @@ Although the default free text search is simple and intuitive, you can also use
34
34
| Basic search |Basic search that uses one or more search terms. Results are any assets that match any property with one or more of the terms specified. |`sales data`|
35
35
| Property scoping |Return only data sources where the search term is matched with the specified property. |`name:finance`|
36
36
| Boolean operators |Broaden or narrow a search by using Boolean operations. |`finance NOT corporate`|
37
-
| Grouping with parenthesis |Use parentheses to group parts of the query to achieve logical isolation, especially in conjunction with Boolean operators. |`name:finance AND (tags:Q1 OR tags:Q2)`|
37
+
| Grouping with parenthesis |Use parentheses to group parts of the query to achieve logical isolation, especially with Boolean operators. |`name:finance AND (tags:Q1 OR tags:Q2)`|
38
38
| Comparison operators |Use comparisons other than equality for properties that have numeric and date data types. |`modifiedTime > "11/05/2014"`|
39
39
40
40
For more information about Data Catalog search, see the [Azure Data Catalog](/rest/api/datacatalog/#search-syntax-reference) article.
@@ -50,7 +50,7 @@ When you view search results, it may not always be obvious why a data asset is i
50
50
51
51
In the default tile view, each tile displayed in the search results includes a **View search term matches** icon, so that you can quickly view the number of matches and their location, and to jump to them if you want.
52
52
53
-

53
+
:::image type="content" source="./media/data-catalog-how-to-business-glossary/01-portal-menu.png" alt-text="The View search term matches icon is selected in the tile, showing a drop menu of all matched locations.":::
0 commit comments