Re-fix ACREP-30 in a way that works on production.
authorMike Taylor <mike@indexdata.com>
Mon, 11 May 2015 14:05:05 +0000 (15:05 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 11 May 2015 14:06:11 +0000 (15:06 +0100)
The regular expression that recognises harvested targets now works
correctly on either ZURL-style or UDB-style target identifiers. (The
question of why we get the first on the production system and the
second on my development system is a whole nother ball of wax.)

src/templates/targets.handlebars

index 709885c..9402c83 100644 (file)
@@ -26,7 +26,7 @@ data:
     <tr>
       <td>{{{name}}}</td>
       <td>
-       {{#compare id 'matches' '^solr-'}}
+        {{#compare id 'matches' '^(solr-|lui.)'}}
          <b title="Harvested, and stored locally" style="color:darkgreen">H</b>
        {{else}}
          <span title="Searched on the remote site" style="color:darkred">S</span>