From 712b5cda023b376d2f150617e9fe4fb0fa0ff947 Mon Sep 17 00:00:00 2001 From: Jagadisha V Date: Thu, 16 Jul 2026 14:38:41 +0530 Subject: [PATCH] DOCS-1751 - Document _orgName field in MSSP child-org search Add the new _orgName field to the Search Across Child Orgs doc: it shows the organization name alongside _orgId (still required) to help identify child orgs by name. Also fix a _orgID casing typo. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/search/search-across-child-orgs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/search/search-across-child-orgs.md b/docs/search/search-across-child-orgs.md index 45d47badee5..5c40015da57 100644 --- a/docs/search/search-across-child-orgs.md +++ b/docs/search/search-across-child-orgs.md @@ -18,7 +18,11 @@ Follow the steps below to perform a child org-level search: 1. Click the Child org select button button to select the child org where you want to query. You can either select one child org or multiple child orgs.
Child org dropdown 1. Enter the required query and click the search button to obtain the search results. :::note - Make sure you use an aggregator and `_orgID` for multi-child org queries. For example, `* | count by _orgId` or `* | count by _orgId | sum (_count)`. + Make sure you use an aggregator and `_orgId` for multi-child org queries. For example, `* | count by _orgId` or `* | count by _orgId | sum (_count)`. + ::: + + :::info + Search results also include the `_orgName` field, which shows the organization name for each child org alongside its `_orgId`. When you manage many child orgs, `_orgName` helps you identify an org by name without remembering its `_orgId`. The `_orgId` field is still required for multi-child org queries. The `_orgName` field is an additional field to make results easier to read, and you can reference it in your queries. For example, `* | count by _orgId, _orgName`. ::: There can be two possible errors while running the multi-child org queries: