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
{ "offset" : 0, "size" : 10, "searchOptions" : { "stateList" : [ { "seq" : 102, "priority" : 1 } ], "interestList" : [ { "seq" : 4, "priority" : 1 }, { "seq" : 20, "priority" : 2 } ] } }
@yyy9942 모임 검색시 요청하는 바디에서 offset이 page로 취급되고 있어요. 실제로 offset:10으로 요청하면 응답 pageable에는 pageNumber:10, offset: 100이 되네요. 현재 로직을 유지하실 꺼면 요청 body 변수명을 offset -> page로 변경해주세요~
The text was updated successfully, but these errors were encountered:
그리고 죄송하지만
"interest": { "seq": 15, "name": "클래식" },
interest는 상위 interest의 정보도(여기선 문화/공연/축체) 필요할거 같습니다 ㅠㅠ. interest는 아이콘으로 보여주려고 하는데 하위 interest는 종류가 너무 많아 불가능해요
Sorry, something went wrong.
yyy9942
Successfully merging a pull request may close this issue.
@yyy9942 모임 검색시 요청하는 바디에서 offset이 page로 취급되고 있어요.
실제로 offset:10으로 요청하면 응답 pageable에는 pageNumber:10, offset: 100이 되네요.
현재 로직을 유지하실 꺼면 요청 body 변수명을 offset -> page로 변경해주세요~
The text was updated successfully, but these errors were encountered: