Skip to content

Commit 7f67a51

Browse files
authored
Add information about the field= operator
1 parent ef7f8f8 commit 7f67a51

File tree

1 file changed

+4
-0
lines changed
  • docs/search/search-query-language/search-operators

1 file changed

+4
-0
lines changed

docs/search/search-query-language/search-operators/fields.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar_label: fields
66

77
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.
88

9+
:::info
10+
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.
11+
:::
12+
913
There are two fields operator modes:
1014

1115
* Allowlist - only the fields included are kept in the search output.

0 commit comments

Comments
 (0)