From 7f67a5159118d71b1c5fb0734a535c968b2a2d1c Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:33:53 +0530 Subject: [PATCH 1/3] Add information about the field= operator --- docs/search/search-query-language/search-operators/fields.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/search/search-query-language/search-operators/fields.md b/docs/search/search-query-language/search-operators/fields.md index aacb5af740..953c8f454d 100644 --- a/docs/search/search-query-language/search-operators/fields.md +++ b/docs/search/search-query-language/search-operators/fields.md @@ -6,6 +6,10 @@ sidebar_label: fields The `fields` operator allows you to specify which fields to display and their order in the results of a query. Use a fields operator to reduce the "clutter" of a search output that contains fields that aren't completely relevant to your query. +:::info +Using the `fields` operator includes both the specified fields and the default fields (from built-in sources and FERs). However, when `fields =` is used, only the specified fields are included in the query results. +::: + There are two fields operator modes: * Allowlist - only the fields included are kept in the search output. From fe4fade5acd0a6921705186250f7dba9146ad671 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:46:55 +0530 Subject: [PATCH 2/3] Update docs/search/search-query-language/search-operators/fields.md --- docs/search/search-query-language/search-operators/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search/search-query-language/search-operators/fields.md b/docs/search/search-query-language/search-operators/fields.md index 953c8f454d..1244732c11 100644 --- a/docs/search/search-query-language/search-operators/fields.md +++ b/docs/search/search-query-language/search-operators/fields.md @@ -7,7 +7,7 @@ sidebar_label: fields The `fields` operator allows you to specify which fields to display and their order in the results of a query. Use a fields operator to reduce the "clutter" of a search output that contains fields that aren't completely relevant to your query. :::info -Using the `fields` operator includes both the specified fields and the default fields (from built-in sources and FERs). However, when `fields =` is used, only the specified fields are included in the query results. +Using the `fields` operator includes both the specified fields and the default fields (from built-in sources and FERs). However, when `fields =` is used, only the specified fields are included in the query results. Make sure to use the `_messagetime` and `_messagecount ` for `fields =` operator to function. ::: There are two fields operator modes: From bd2bad65d1f4173a27b76d8f1451bdc4caccb370 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:47:38 +0530 Subject: [PATCH 3/3] Update docs/search/search-query-language/search-operators/fields.md --- docs/search/search-query-language/search-operators/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search/search-query-language/search-operators/fields.md b/docs/search/search-query-language/search-operators/fields.md index 1244732c11..1b7346d9b7 100644 --- a/docs/search/search-query-language/search-operators/fields.md +++ b/docs/search/search-query-language/search-operators/fields.md @@ -7,7 +7,7 @@ sidebar_label: fields The `fields` operator allows you to specify which fields to display and their order in the results of a query. Use a fields operator to reduce the "clutter" of a search output that contains fields that aren't completely relevant to your query. :::info -Using the `fields` operator includes both the specified fields and the default fields (from built-in sources and FERs). However, when `fields =` is used, only the specified fields are included in the query results. Make sure to use the `_messagetime` and `_messagecount ` for `fields =` operator to function. +Using the `fields` operator includes both the specified fields and the default fields (from built-in sources and FERs). However, when `fields =` is used, only the specified fields are included in the query results. Make sure to use the `_messagetime` and `_messagecount` for `fields =` operator to function. ::: There are two fields operator modes: