Skip to content

Commit 4ec5070

Browse files
fix: searchable field values (#53)
1 parent 3e0647f commit 4ec5070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/modules/summary/summary.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class SummaryService extends CoreService<Summary> {
8383
this.logger.log('Getting all jobs with options.');
8484

8585
const baseConditions = [{ field: 'status', value: Status.ACTIVE }];
86-
const searchableFields = ['createdBy', 'data', 'result'];
86+
const searchableFields = ['inputFile', 'createdBy', 'outputText'];
8787

8888
const { items, total } = await super.findAll(
8989
options,

0 commit comments

Comments
 (0)