From ab705025c18a3f14a392c73bf581080ec4c1e930 Mon Sep 17 00:00:00 2001 From: azeng Date: Thu, 5 Sep 2024 15:44:40 -0700 Subject: [PATCH] Update doc to reflect recent improvement (#696) for searching exact matches using composite key via history UI; --- docs/tooling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tooling.md b/docs/tooling.md index 537233eba0..067a2323e1 100644 --- a/docs/tooling.md +++ b/docs/tooling.md @@ -297,6 +297,8 @@ We can also search for changes in specific records by their keys. On each page ![History Lookup](img/history-lookup.png) +Search for _exact matches_ using composite key is also supported. When search for a composite key, different fields need to be separated by colons. + Clicking on individual records will bring us back to the object diff view page to see what was changed.