-
-
Notifications
You must be signed in to change notification settings - Fork 441
Description
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
Labels
Type
Projects
Status