Allow using wildcard (*) to search across all columns
Open
enhancement
- Dominant language
- Python
- Stars
- 32
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```
| where * contains "hello"
```
Include a warning in a docs, as it against [best practices](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/best-practices)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the query-builder entry point for the `where` expression and inspect how `*` and `contains` are represented. The work is done when `| where * contains "hello"` produces a valid query and the documentation warns that this use conflicts with the linked best practices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100