Skip to content

Commit cfbb9b3

Browse files
authored
Update macro.md (#5216)
1 parent f5a8fd7 commit cfbb9b3

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ To create a macro, follow the steps below:
6060
- `isReservedIP`
6161
- `isValidIPv4`
6262
- `isValidIPv6`
63+
- `matches`
64+
- You can only use the below listed rules language functions:
65+
- `<=`
66+
- `>=`
67+
- `==`
68+
- `!=`
69+
- `<`
70+
- `>`
6371

6472
### Example without arguments
6573

0 commit comments

Comments
 (0)