From c82540c12d0e816a16c652bbfe809bbad5871514 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 13 Oct 2009 11:18:36 +0200 Subject: [PATCH] Describe pz:recordfilter --- doc/pazpar2_conf.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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. + + + + -- 1.7.10.4