Skip to content

[Feature Request]: Filename Search #577

@python357-1

Description

@python357-1

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

Description

this is from the tagstud.io roadmap
add a new search filter, filename:, that is used to show only entries with a given filename, ex: filename:skeleton would only show entries with "skeleton" in the filename

this could potentially also use positional searches, like regex's ^ and $, for better searching:

filename:^skeleton would only return filenames that start with skeleton, and filename:skeleton$ would only return filenames that end with skeleton.

Solution

No response

Alternatives

this could also be implemented in the path: filter by using globs, but it would probably be more complicated to implement:

path:*skeleton*.* would return all files whose filename includes skeleton
path:skeleton*.* would return all files whose filename starts with skeleton
path:*skeleton.* would return all files whose filename ends with skeleton

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    ✅ Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions