$def with(query, results, page=1) $def render_snippet(query, doc): $:macros.FulltextSuggestionSnippet(query, doc=doc) $if results and results.get('hits'): $ hits = results['hits'].get('hits', [])[:4] $ num_found = commify(results['hits'].get('total', 0)) $:macros.LoadingIndicator(_("Checking for Search Inside matches"))