Hi<div><br></div><div>Here&#39;s my use case. I run several independent searches, and then want to get the results that match all of them together. I can&#39;t use the &quot;~&quot; notation, since some of my searches are against sources other than modules. </div>
<div><br></div><div>So I&#39;m using retainAll to find the intersection between these results. The &quot;total&quot; value of the resulting key, still has the total from the search that was executed. Would it make sense to change this so that retainAll affects the total field appropriately? i.e. reduces it to the cardinality of the resulting key?</div>
<div><br></div><div>Chris</div><div><br></div>