Open dustinbyrne opened 2 years ago
Is there an eyeball for each match to see it in the Trace view?
Also, is there a search syntax to find value and reference matches in the Trace view?
On Mon, Feb 14, 2022 at 5:58 PM Dustin Byrne @.***> wrote:
When displaying event details, a button next to event parameter values allows the user to list other events that contain the same value either by reference or value. [image: image] https://user-images.githubusercontent.com/8737782/153959821-2753fd57-e93e-4e93-8fc0-1cebed39d741.png
To the right of a value, a new button exists: [image: image] https://user-images.githubusercontent.com/8737782/153959903-75619ece-cfb9-478a-8eb4-58ec51667237.png
Clicking this icon will update the sidebar to a new view, Find references: [image: image] https://user-images.githubusercontent.com/8737782/153960133-6297df92-102b-4ea3-b0e7-af2524b44941.png
For each list item, badges indicate how the value was matched: [image: image] https://user-images.githubusercontent.com/8737782/153960255-9ca8f8c6-504b-4898-952e-467633e1cbeb.png
A match by Value indicates the value searched is contained in another event by substring match. A match by Reference indicates the value searched has been found in another event via the object_id https://github.com/applandinc/appmap#parameter-object-format property.
— Reply to this email directly, view it on GitHub https://github.com/applandinc/appmap-js/issues/549, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAVC67XDUSMUFII433TYC3U3GCIDANCNFSM5OM2DM6A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
When displaying event details, a button next to event parameter values allows the user to list other events that contain the same value either by reference or value.
To the right of a value, a new button exists:
Clicking this icon will update the sidebar to a new view,
Find references
:For each list item, badges indicate how the value was matched:
A match by
Value
indicates the value searched is contained in another event by substring match. A match byReference
indicates the value searched has been found in another event via theobject_id
property.