Skip to content

Commit 52d50f1

Browse files
committed
chnages
1 parent ae88c80 commit 52d50f1

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/where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, using `where` with the boolean operator [`isValidIP`](/docs/searc
1717
_collector="ABC1" | where type="web"
1818
```
1919
```sql
20-
_collector="ABC6" | where type="web"
20+
_collector="ABC7" | where type="web"
2121
```
2222
* Filters as false and will not return results:
2323
```sql

0 commit comments

Comments
 (0)