influxdata / influxdata/influxdb
Filter boxes (specifically dashboards and tasks) should treat spaces as AND
Open
Nobody has claimed this yet.
team/ui
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
for example, the existing logic would take a filter string "use:slo owner:edd" and search for that exact phrase. This would update that filter to filter "use:slo" AND "owner:edd".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the filter-box implementation used by dashboards and tasks, then reproduce the example with "use:slo owner:edd" to confirm the current exact-phrase behavior. Find any existing filter tests and update the behavior so space-separated terms are treated as AND; done means both dashboard and task filters return results matching each term.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100