si icon indicating copy to clipboard operation
si copied to clipboard

feat: Show relevant attributes in search results

Open jkeiser opened this issue 3 months ago • 1 comments

This shows relevant attributes in search results, allowing you to pick the attributes you are most interested in as part of the query in /search:

Region:us-* AvailabilityZone: InstanceType:

{
  "components": [
    {
      "id": "01K6BV9F920EA2M21KKH4X3BAK",
      "name": "test-component-992",
      "schema": {"name": "AWS::EC2::Instance"},
      "highlightedAttributes": {
         "/domain/extra/Region": "us-east-1",
         "/domain/AvailabilityZone": "us-east-1b",
         "/domain/InstanceType": "t2.micro"
      }
    }
  ]
}

How was it tested?

  • [X] Integration tests pass
  • [X] Manual test: the above search

jkeiser avatar Oct 03 '25 23:10 jkeiser

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

Scanned Files

None

github-actions[bot] avatar Oct 03 '25 23:10 github-actions[bot]