feat: integrate typesense

This commit is contained in:
2023-08-05 21:52:43 +02:00
parent f35a63fcee
commit 46cd823b6c
9 changed files with 241 additions and 26 deletions

View File

@@ -90,7 +90,7 @@ export function parseMovie(original: string, id: string): Movie {
id,
name,
tags,
description: renderMarkdown(description),
description,
meta,
};
}