search: unnest check for creating jobs
Created by: rvantonder
if args.ResultTypes.Has(result.TypeFile | result.TypePath) {
if !skipRepoSubsetSearch {
to
if args.ResultTypes.Has(result.TypeFile | result.TypePath) && !skipRepoSubsetSearch {
Test plan
semantics-preserving.