From: Mike Taylor Date: Thu, 24 Jul 2014 20:39:53 +0000 (+0100) Subject: Better formatting for final bullet list, though I can't really do this X-Git-Tag: 1.0.0~370^2~15 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=4df84075d5e48db33df5473a1b781cde216f5495 Better formatting for final bullet list, though I can't really do this properly with the weak Perl implementation of Markdown. I need pandoc. --- 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` - - -