diff --git a/web/components/contracts-list.tsx b/web/components/contracts-list.tsx index f8f41527..6fc49780 100644 --- a/web/components/contracts-list.tsx +++ b/web/components/contracts-list.tsx @@ -214,7 +214,8 @@ export function SearchableGrid(props: { check(c.description) || check(c.creatorName) || check(c.creatorUsername) || - check(c.lowercaseTags.map((tag) => `#${tag}`).join(' ')) + check(c.lowercaseTags.map((tag) => `#${tag}`).join(' ')) || + check((c.answers ?? []).map((answer) => answer.text).join(' ')) ) if (sort === 'newest' || sort === 'all') {