influxdata / influxdata/influxdb

Filter boxes (specifically dashboards and tasks) should treat spaces as AND

Open
#19,089 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.