Skip to content

Commit e44933a

Browse files
author
James Cori
committed
Merge branch 'feature/search-improvement' into develop
2 parents 4247d15 + 09e597a commit e44933a

7 files changed

+677
-443
lines changed

Verification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- You need to run command `npm run sync-es` before you run `Challenges/get challenge` and `Challenges/search challenge` test case.
88

99
## DynamoDB Verification
10-
Run command `npm run view-data <ModelName>` to view table data, ModelName can be `Challenge`, `ChallengeType`, `AuditLog`, `Phase`, `TimelineTemplate`, `Attachment` or `ChallengeTypeTimelineTemplate`
10+
Run command `npm run view-data <ModelName>` to view table data, ModelName can be `Challenge`, `ChallengeType`, `AuditLog`, `Phase`, `TimelineTemplate`, `Attachment` or `ChallengeTimelineTemplate`
1111

1212
## S3 Verification
1313

docs/swagger.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ paths:
135135
required: false
136136
type: string
137137
format: UUID
138+
- name: search
139+
in: query
140+
description: >-
141+
Filter by name, description and tags fields,
142+
case-insensitive, partial matches are allowed.
143+
required: false
144+
type: string
138145
- name: name
139146
in: query
140147
description: 'Filter by name, case-insensitive, partial matches are allowed.'

0 commit comments

Comments
 (0)