projectblacklight/blacklight

View on GitHub
app/views/catalog/_opensearch_response_metadata.html.erb

Summary

Maintainability
Test Coverage
<%= tag :meta, name: "totalResults", content: response.total %>
<%= tag :meta, name: "startIndex", content: response.start %>
<%= tag :meta, name: "itemsPerPage", content: response.limit_value %>