Describe your feature request
I would like search to be customizable, to control what folders/files get searched
What problem(s) would this feature solve?
Node projects consist of numerous modules, and search goes through (and lists them) first, before any user content gets used. So, I need to wade through all of those (to me useless) hits before I get to the one that I want.
Explain what you were trying to do when you came across the problem leading to this feature request
I was trying to see if my students had used fetch calls. But a search for fetch produced dozens of node_module hits, not theirs