diff --git a/app/components/entrelineas/EntrelineaDetail.vue b/app/components/entrelineas/EntrelineaDetail.vue index 98fc046..5d7c801 100644 --- a/app/components/entrelineas/EntrelineaDetail.vue +++ b/app/components/entrelineas/EntrelineaDetail.vue @@ -18,6 +18,7 @@ interface EntrelineaDoc { link?: string locale?: string origin?: string + filter?: string page?: number | string text?: string studies?: Study[] @@ -334,44 +335,8 @@ const lightboxImgStyle = computed(() => ({ /> - - - Estudios relacionados - ({{ document.studies?.length }}) - - - {{ title }} - - - - - - - - ({ size="xs" class="shrink-0" /> + {{ origin }} - - - Pág. {{ document.page }} - - - {{ document.id }} - - diff --git a/app/pages/entrelineas.vue b/app/pages/entrelineas.vue index 47b1e08..3ad82f1 100644 --- a/app/pages/entrelineas.vue +++ b/app/pages/entrelineas.vue @@ -56,7 +56,7 @@ interface EntrelineaDoc { image?: string link?: string locale?: string - origin?: string + description?: string page?: number | string text?: string studies?: Study[] @@ -374,22 +374,14 @@ function highlightedFor(hit: TypesenseHit, field: string): string | null { > - - + /> --> - - {{ (hit.document?.studies?.[0]?.title as string) || hit.document.id || `entrelinea_${index}` }} - - - - {{ hit.document?.origin }} - +