MKWS-279. Add documentation for the template parameters Jason asked about
authorMike Taylor <mike@indexdata.com>
Fri, 17 Oct 2014 09:57:52 +0000 (10:57 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 17 Oct 2014 09:57:52 +0000 (10:57 +0100)
src/mkws.templates/Facet.handlebars
src/mkws.templates/Targets.handlebars

index 621c9c1..cf697ed 100644 (file)
@@ -7,6 +7,7 @@ terms:
   term - term name
   count - count of items matching in the current search for this team
   linkdata - attributes to add to the term element including an onclick handler
+  field - for the xtargets facet ONLY, the opaque identifier of the target
 }}
 
 <div class="mkwsFacetTitle">{{caption}}</div>
index 99ed801..fd74d20 100644 (file)
@@ -2,10 +2,10 @@
 Target detail
 
 data:
-  id - target id
-  hits - number of hits for this target
-  diagnostic - 
-  records - 
+  id - target id, an opaque identifier
+  hits - number of hits for this target, or "Error" if an error has occurred
+  diagnostic - diagnostic code returned by target, if any. May be numeric or human-readable
+  records - number of record retrieved from target
   state - target state
 }}
 <table>