How can I create a new scope from the resulting files found matching a search?
Answered
I'd like to do a search on a subset of files that match an initial search. For example find all files using angular (ng-) then search those just those matching files for a specific string.
Is it possible to create a scope from a resultset to then use in a new search?
or any other approach to accomplish this requirement?
Please sign in to leave a comment.
There is a scope for the files in the previous search result:
Great thanks, totally missed that!