Something like a retrieval mode ANY (the default) and ALL, where ALL would mean that we only match if all requested artifact types were found.
So if we search for CEYLON_CODE (which matches the artifacts .CAR and .JS) with retrieval set to ANY we would get any module that has either one or both of those artifacts but with ALL we would only get those modules that have both artifacts.
Something like a
retrieval
modeANY
(the default) andALL
, where ALL would mean that we only match if all requested artifact types were found.So if we search for
CEYLON_CODE
(which matches the artifacts.CAR
and.JS
) withretrieval
set toANY
we would get any module that has either one or both of those artifacts but withALL
we would only get those modules that have both artifacts.