Skip to content

Commit c2b470c

Browse files
authored
Merge pull request #174915 from djpmsft/purview-updates
Adding Search Query explanation
2 parents 7a55a30 + 02fcd8d commit c2b470c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/purview/how-to-search-catalog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ While searching is great if you know what you are looking for, there are times w
5858

5959
## Search query syntax
6060

61-
All search queries consist of keywords and operators. A keyword is a something that would be part of an asset's properties. Potential keywords can be a classification, glossary term, asset description, or an asset name. A keyword can be just a part of the property you are looking to match to. Use keywords and the operators listed below to ensure Azure Purview returns the assets you are looking for.
61+
All search queries consist of keywords and operators. A keyword is a something that would be part of an asset's properties. Potential keywords can be a classification, glossary term, asset description, or an asset name. A keyword can be just a part of the property you are looking to match to. Use keywords and the operators listed below to ensure Azure Purview returns the assets you are looking for.
62+
63+
Certain characters including spaces, dashes, and commas are interpreted as delimiters. Searching a string like `hive-database` is the same as searching two keywords `hive database`.
6264

6365
Below are the operators that can be used to compose a search query. Operators can be combined as many times as need in a single query.
6466

0 commit comments

Comments
 (0)