We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbcf53 commit 83c0b6eCopy full SHA for 83c0b6e
packages/reva-api/modules/candidacy/features/getCandidacyCountByStatus.ts
@@ -122,17 +122,7 @@ export const getCandidacyCountByStatus = async ({
122
searchClauses.push(
123
getSearchFilterClause({
124
table: "certification",
125
- fields: ["label"],
126
- words,
127
- }),
128
- );
129
-
130
- //search on certification type (type diplome)
131
- fromClause = Prisma.sql`${fromClause} left join type_diplome on certification.type_diplome_id = type_diplome.id`;
132
- searchClauses.push(
133
- getSearchFilterClause({
134
- table: "type_diplome",
135
+ fields: ["label", "rncp_type_diplome"],
136
words,
137
}),
138
);
0 commit comments