From: Adam Dickmeiss Date: Tue, 13 Oct 2009 09:18:36 +0000 (+0200) Subject: Describe pz:recordfilter X-Git-Tag: v1.2.2~4 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=c82540c12d0e816a16c652bbfe809bbad5871514;p=pazpar2-moved-to-github.git Describe pz:recordfilter --- diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 02adacf..b0d9a3b 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -970,7 +970,22 @@ + + + pz:recordfilter + + + Specifies a filter which allows Pazpar2 to only include + records that meet a certain criteria in a result. Unmatched records + will be ignored. The filter takes the form name[~value] , which + will include only records with metadata element (name) that has the + substring (value) given. If value is omitted all records with the + metadata present will be included. + + + +