Search provider #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to have some sort of function to search all directories in the site, or under a subdirectory. It would be called with a template function, and it would return a list of paths relative to the site root.
Also could have a searchFiles function that searches for non-hidden files within child directories. This could be useful for a library or something.
Could also have fuzzy and non-fuzzy variants, or maybe some kind of fuzziness value from 0 to 1.