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

@@ -178,9 +178,9 @@ export function parseRecipe(original: string, id: string): Recipe {
meta,
name,
tags,
description: description ? renderMarkdown(description) : "",
description,
ingredients,
preparation: preparation ? renderMarkdown(preparation) : "",
preparation,
};
}