Skip to content

Commit

Permalink
Merge pull request #140 from Whats-Cookin/feat/ignore-empty-claims-on…
Browse files Browse the repository at this point in the history
…-search

feat(feed): ignore empty statment claims
  • Loading branch information
AhmedAbdelmenam authored Sep 13, 2024
2 parents efe5f35 + 956283b commit d534a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dao/api.dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export class NodeDao {
WHERE n1."entType" != 'CLAIM'
AND e.label != 'source'
AND c."effectiveDate" IS NOT NULL
AND c.statement IS NOT NULL
AND n1.name IS NOT NULL
AND n1.name != ''
${Prisma.raw(
Expand Down

0 comments on commit d534a73

Please sign in to comment.