Skip to content

Commit ecd58ae

Browse files
committed
chnages-checking for incorrect query
1 parent 6991012 commit ecd58ae

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="CustomLogLinesCollector" | where type="web"
17+
_collector="ABC" | where type="web"
1818
```
1919
* Filters as false and will not return results:
2020
```sql

0 commit comments

Comments
 (0)