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?

0
2 comments

There is a scope for the files in the previous search result:

1

Great thanks, totally missed that!

0

Please sign in to leave a comment.