diff --git a/src/models/home.model.ts b/src/models/home.model.ts index 858b8e29..90d6cd96 100644 --- a/src/models/home.model.ts +++ b/src/models/home.model.ts @@ -111,6 +111,11 @@ export async function getFeed({ path: "tags", array_starts_with: "comment" } + }, { + content: { + path: "tags", + array_starts_with: "short" # TODO: remove this + } }] }, }, @@ -619,6 +624,11 @@ export async function getFeed({ path: "tags", array_starts_with: "comment" } + }, { + content: { + path: "tags", + array_starts_with: "short" # TODO: remove this + } }] }, OR: [