Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Public labels search syntax for Dev Portal #8302

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/konnect/reference/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Selectors are used to define the criteria of the search. The following table des
| `name:{value}` | Searches for a match on `name`. |`name:default`|
| `description:{value}` | Searches for a match on `description`. |`description:temporary`|
| `labels.{label_key}:{label_value}` | Searches for an exact match for a labeled entity. |`labels.env:prod`|
| `@public_labels.{label_key}:{label_value}` | Searches for an exact match for a labeled entity in Dev Portal. |`@public_labels.env:prod`|
| `@{attribute_key}:{attribute_value}` | Searches for an exact match for an entity specific attribute. |`@email:"[email protected]"`|

### Reserved Characters
Expand Down
Loading