We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
특정 키워드(ex. south korea) 검색시 author이 빈 배열로 리턴되어 에러가 발생합니다.
The text was updated successfully, but these errors were encountered:
FE 빈 배열이 들어온 경우를 클라이언트측에서도 예외처리 해주는것이 좋아보입니다.
BE author 객체의 구조가 { family, given, .. } 뿐 아니라 { name, .. } 인 경우도 처리를 해주어야합니다.
{ family, given, .. }
{ name, .. }
Sorry, something went wrong.
api docs를 참고해보니 author의 형태가 참으로 다이나믹합니다.
"author": [ { "ORCID": "string", "suffix": "string", "given": "string", "family": "string", "affiliation": [ { "name": "string" } ], "name": "string", "authenticated-orcid": true, "prefix": "string", "sequence": "string" } ],
given, family, name 이외에도 고려해야할 내용이 있을까요?
Successfully merging a pull request may close this issue.
이슈 내용
특정 키워드(ex. south korea) 검색시 author이 빈 배열로 리턴되어 에러가 발생합니다.
기대 결과
스크린샷
The text was updated successfully, but these errors were encountered: