No Moss 3 Carbo Landfill Online Library › Search Results for <%- query %>
Disclaimer: Use of the search feature is subject to both the Search Policy and the Privacy Policy.
<% if (response.numFound == 0) { %>
<% } %>
<% if (typeof totalPages !== "undefined") { %>
No documents found matching the search query.
<% } else { %>-
<% response.docs.forEach(doc => { %>
-
<%= doc.title %>
<% if (highlighting[doc.id] && highlighting[doc.id].text) { %> <% highlighting[doc.id].text.forEach(snippet => { %><%- snippet %>
<% }); %> <% } else { %> <% } %> <%= doc.url %>
<% }); %>
Page <%= page %> out of <%= totalPages %>. Displaying results <%= (page-1)*pageSize+1 %> through <%= Math.min(page*pageSize, totalResults) %> out of <%= totalResults %> total results.
<% } %>