Skip to content

Commit 2dc87df

Browse files
committed
changes
1 parent 994b81a commit 2dc87df

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
@@ -14,7 +14,7 @@ For example, using `where` with the boolean operator [`isValidIP`](/docs/searc
1414
```
1515
* Checking my PR:
1616
```sql
17-
_collector="ABC" | where type="web"
17+
_collector="ABC1" | where type="web"
1818
```
1919
* Filters as false and will not return results:
2020
```sql

0 commit comments

Comments
 (0)