Skip to content

Commit 7aaa3a6

Browse files
committed
Discover - updating author, date, Acrolinx
1 parent 34c428c commit 7aaa3a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-catalog/data-catalog-how-to-discover.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: How to discover data sources in Azure Data Catalog
33
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
66
ms.service: data-catalog
77
ms.topic: how-to
8-
ms.date: 08/01/2019
8+
ms.date: 02/24/2022
99
---
1010
# How to discover data sources in Azure Data Catalog
1111

@@ -34,7 +34,7 @@ Although the default free text search is simple and intuitive, you can also use
3434
| 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` |
3535
| Property scoping |Return only data sources where the search term is matched with the specified property. |`name:finance` |
3636
| 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)` |
3838
| Comparison operators |Use comparisons other than equality for properties that have numeric and date data types. |`modifiedTime > "11/05/2014"` |
3939

4040
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
5050

5151
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.
5252

53-
![Hit highlighting and search matches in the Azure Data Catalog portal](./media/data-catalog-how-to-discover/search-matches.png)
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.":::
5454

5555
## Summary
5656

0 commit comments

Comments
 (0)