From 4df84075d5e48db33df5473a1b781cde216f5495 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 24 Jul 2014 21:39:53 +0100 Subject: [PATCH] Better formatting for final bullet list, though I can't really do this properly with the weak Perl implementation of Markdown. I need pandoc. --- doc/library-configuration.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/library-configuration.markdown b/doc/library-configuration.markdown index f396004..9b863d0 100644 --- a/doc/library-configuration.markdown +++ b/doc/library-configuration.markdown @@ -187,21 +187,29 @@ in the `mkws_config` structure: At present, these IDs can take one of two forms, depending on the configuration of the Service Proxy being used: they may be based on ZURLs, so a typical value would be something like: + pz:id=josiah.brown.edu:210/innopac|lui.indexdata.com:8080/solr4/select?fq=database:4902 + Or they may be UDBs, so a typical value would be something like: + pz:id=brown|artstor * `targetfilter` -- contains a CQL query which is used to find relevant targets from the relvant library. For example, + udb==Google_Images + Or + categories=news * `target` -- contains a single UDB, that of the sole target to be used. For example + Google_Images + This is merely syntactic sugar for "targetfilter" with the query - udb==NAME + `udb==NAME` - - - -- 1.7.10.4