Skip to content

Feature request: Being able to search through columns #102

@jargot

Description

@jargot

Current Behavior

  • CSV viewer allows searching within rows using /
  • Cannot search through column names (headers)

Desired Behavior

  • Extend search functionality to include column headers

Why?

  • Improve navigation in large datasets
  • Quickly find specific columns

Suggestion

  • Use existing / search to include headers, or
  • Add new keybinding for header-only search (e.g., ?)

Minimal repro:

id,first_name,last_name,email,occupation,salary
1,John,Doe,john.doe@example.com,Engineer,75000
2,Jane,Smith,jane.smith@example.com,Manager,85000
3,Bob,Johnson,bob.johnson@example.com,Designer,70000

^ Try to search for "email" and you will get 0 match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions