<div dir="ltr">Hello,<div>I&#39;m trying to reach a complete compliance for Openaire specs 3.0.</div><div><br></div><div>Now the problem is:</div><div>in </div><div>myarchive/cfg/cfg.d/<a href="http://oai.pl">oai.pl</a> </div><div><br></div><div>we have a default eprints dataset called Driver where you can find all Open Access records</div><div><br></div><div>The plugin on github creates a new dataset for European Community funded resources.</div><div><br></div><div><a href="https://github.com/eprintsug/openaire-compliance">https://github.com/eprintsug/openaire-compliance</a><br></div><div><br></div><div><table class="gmail-highlight gmail-tab-size gmail-js-file-line-container" style="box-sizing:border-box;border-collapse:collapse;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;font-size:14px"><tbody style="box-sizing:border-box"><tr style="box-sizing:border-box"><td id="gmail-LC1" class="gmail-blob-code gmail-blob-code-inner gmail-js-file-line" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;overflow:visible;word-wrap:normal">if(defined $c-&gt;{oai}-&gt;{custom_sets})<br>{ @{ $c-&gt;{oai}-&gt;{custom_sets} } = (@{ $c-&gt;{oai}-&gt;{custom_sets} }, (<br> { <br>spec =&gt; &quot;ec_fundedresources&quot;, <br>name =&gt; &quot;EC_fundedresources&quot;, <br>filters =&gt; [ { meta_fields =&gt; [&quot;eu_project&quot; ], value =&gt; &quot;yes&quot;, }, ] <br>}, ));<br>}<br><br>Now I need to add a new dataset, called <b>openaire</b>, that contains:<br>- all open access papers<br>- all eu_project papers no matter for the access rights<br><br>So, is it possible to make a filter that sums the results or is there a way to merge the two datasets?<br><br></td></tr></tbody></table></div><div>Thanks,</div><div>Alfredo</div></div>