Skip to content

Multi-word search #148

@sojusnik

Description

@sojusnik

Searching for multiple strings within a file would be very useful to have, as f.i. implemented here for ripgrep. To make this user-friendly, boolean operators like AND/+ and NOT /- could be used in the search and files endings field, something like foo +bar (or foo AND bar) or foo -fubu (to show foo, but not in combination with fubu) or -md (to exclude md files) or txt +odt (to only search in those files) etc.

If I'm allowed to dream big: the search field could be expanded when more than one search string is present, showing options to search within X lines or paragraphs.

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