EPrints Technical Mailing List Archive

Message: #01054


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] oai filters


Hi!

I would like to use oai filters:

$oai->{filters} = [

# Example: don't export any OAI records from before 2003.
#  { meta_fields => [ "date-effective" ], value=>"2003-" }
];

I would like to exclude all the eprints that has a certain value in it, I mean don't export any records which has value XXX in field YYY. Also, can I combine filters for example exclude all the eprints which has X in field Y AND Z in field W?

Thanks for any info.