example how to search by both tag key and tag value
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 07:46 AM
Hi,
Could you please give me example how to search by both tag key and tag value?
This article doesn't show such example: https://docs.databricks.com/en/search/index.html#tags
Thanks,
Karol
Labels:
- Labels:
-
Unity Catalog
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 04:55 AM - edited 09-27-2024 04:56 AM
If you want to search by tag key alone, use the syntax: tag:<tag_key>. To search by both tag key and tag value, omit tag:.
https://docs.databricks.com/en/search/index.html#use-tags-to-search-for-tables
~