<% _.each(highlight, function (value, field) { /* show fields that match the query first */ %>
- <%- shortDotsFilter(field) %>:
- <%= source[field] %>
<%= ' ' %>
<% }); %>
<% _.each(source, function (value, field) { %>
<% if (_.has(highlight, field)) return; %>
- <%- shortDotsFilter(field) %>:
- <%= value %>
<%= ' ' %>
<% }); %>