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 3e0647f commit 4ec5070Copy full SHA for 4ec5070
apps/api/src/modules/summary/summary.service.ts
@@ -83,7 +83,7 @@ export class SummaryService extends CoreService<Summary> {
83
this.logger.log('Getting all jobs with options.');
84
85
const baseConditions = [{ field: 'status', value: Status.ACTIVE }];
86
- const searchableFields = ['createdBy', 'data', 'result'];
+ const searchableFields = ['inputFile', 'createdBy', 'outputText'];
87
88
const { items, total } = await super.findAll(
89
options,
0 commit comments