Skip to content

Commit 2574869

Browse files
Update doc 2 (#239)
* docs update - etcd support removed - Aggregation cache metrics - not match(), not str_match - new patterns for match_all() * update the full-text-search.md file * update the full-text-search.md file * update the full-text-search.md file
1 parent 1d92534 commit 2574869

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/sql-functions/full-text-search.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This query filters logs from the `default` stream where the `k8s_pod_name` field
2727

2828
---
2929

30-
### `not str_match(field, 'value')`
30+
### `not str_match`
31+
**Syntax**: `not str_match(field, 'value')` <br>
3132
**Description**:<br>
3233

3334
- Filters logs where the specified field does NOT contain the exact string value.
@@ -116,7 +117,8 @@ SELECT * FROM "default" WHERE match_all('*ab*')
116117
```sql
117118
SELECT * FROM "default" WHERE match_all('key1 key2*')
118119
```
119-
### `not match_all('value')`
120+
### `not match_all`
121+
**Syntax**: `not match_all('value')`
120122
**Description**: <br>
121123

122124
- Filters logs by excluding records where the keyword appears in any field that has the Index Type set to Full Text Search in the stream settings.

0 commit comments

Comments
 (0)