1. The Hasura Platform
This guide covers all Hasura platform concepts and features.
Open manual
<%= totalResults %> result<%= totalResults > 1 ? 's' : '' %> for
'<%= _.escape(searchString) %>'
powered by
<% if ( objs.length > 0 ) { %>
<% _.each(objs, function(obj, index ) { %>
<%= obj.title %>
<%= obj.description.length > 200 ? obj.description.slice(0, 200 ) + ' ...' : obj.description %>
<% }); %>
<% } else { %>
Sorry! we cannot find what you are searching for!
<% } %>
Support