Add targetfilter example.
authorMike Taylor <mike@indexdata.com>
Fri, 25 Jul 2014 12:34:48 +0000 (13:34 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 25 Jul 2014 12:34:48 +0000 (13:34 +0100)
doc/library-configuration.markdown

index 86230b3..e692a72 100644 (file)
@@ -202,6 +202,12 @@ in the `mkws_config` structure:
   This is merely syntactic sugar for "targetfilter" with the query
   `udb==NAME`
 
+For example, a `Records` widget can be limited to searching only in
+targets that have been categorised as news sources by providing an
+attribute as follows:
+
+       <div class="mkwsRecords" targetfilter='categories=news'/>
+
 
 - - -