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 (searchResults.length === 0) { %>
No documents found matching the search query.
<% } else { %>-
<% searchResults.forEach(result => { %>
-
<%= result.title %>
<% if (highlightedSnippets[result.id] && highlightedSnippets[result.id].text) { %> <% highlightedSnippets[result.id].text.forEach(snippet => { %><%- snippet %>
<% }); %> <% } else { %>No snippet available
<% } %> <%= result.url %>
<% }); %>