@extends('layouts.app') @section('content')
Found {{ $results['response']['totalRecords'] }} result(s) - Page {{ $results['response']['page'] }} of {{ $results['response']['totalPages'] }} Search time: {{ $results['response']['searchTime'] }} ms
| Day | Chapter | SubModule | Snippet | Alt | Action |
|---|---|---|---|---|---|
| {{ $result->vDay }} - {{ $result->vDayName }} | {{ $result->vChapterTitle }} | {{ $result->iSubModuleId }} | {{-- tMatchSnippet is the matched context with the term wrapped in tags (Typesense HTML-escapes the surrounding text, so only the highlight markup is raw). --}}{!! $result->tMatchSnippet ?? e(Str::limit($result->tContentSnippet, 100)) !!} | {{ $result->alt ? 'Yes' : 'No' }} | View Content |