Skip to content

Commit 14e8306

Browse files
JV0812kimsauce
andauthored
Update docs/search/search-query-language/search-operators/macro.md
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent ef94992 commit 14e8306

File tree

1 file changed

+1
-1
lines changed
  • docs/search/search-query-language/search-operators

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: macro
55
---
66
import useBaseUrl from '@docusaurus/useBaseUrl';
77

8-
With `macro` operator you can reuse the portions of search query language in multiple other queries. This operator also includes arguments and also performs its respective evaluation of the arguments.
8+
The `macro` operator allows you to reuse portions of a search query across multiple queries. Additionally, this operator includes arguments and performs its respective evaluation of the arguments.
99

1010
Use backquote (``) character to refer macro operator in the query. Macros referred inside another macro is called **Nested macros**. Macro referred within the context of another macro query of is called **Inner Macro**. The macro where the inner macro is referred is called the **Outer Macro**.
1111

0 commit comments

Comments
 (0)