Skip to content

Commit

Permalink
[communitybridge#3581] Bug/Organisation Search
Browse files Browse the repository at this point in the history
- Updated regex for companyName search parameter to resolve missing special characters

Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed Jun 6, 2024
1 parent 51e35c6 commit 7548bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cla-backend-go/swagger/cla.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ parameters:
type: string
required: false
x-omitempty: false
pattern: '^([\w\d\s\-\,\./]+){2,255}$'
pattern: '[^<>]*'
minLength: 2
maxLength: 255
companyNameRequired:
Expand Down

0 comments on commit 7548bce

Please sign in to comment.