Skip to content

Commit

Permalink
Truncate relevance score (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
aih committed Feb 20, 2016
1 parent cfe4022 commit ff1920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/query.html
Expand Up @@ -57,7 +57,7 @@ <h3 class="panel-title">Results</h3>
<table class="table table-condensed" style="background-color: #F0F0F0; border-left: 3px solid #31beb1;">
<tr >
<th >Keywords</th>
<td><span ng-repeat="keyword in doc._source.keywords">{{keyword[0]}}&#160;({{keyword[1]}})&#160;&#160;</span></span></td>
<td><span ng-repeat="keyword in doc._source.keywords">{{keyword[0]}}&#160;({{keyword[1].toFixed(2)}})&#160;&#160;</span></span></td>
</tr>
<tr >
<th >Preview</th>
Expand Down

0 comments on commit ff1920a

Please sign in to comment.