Skip to content

Commit

Permalink
feat(store): 네이버 sortType 옵션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ympark99 committed Aug 12, 2023
1 parent 3ccb0d0 commit 2b3a99a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public List<StoreNaverBlogSearchApiResponse> getNaverBlogSearchResponse(String s
* sim: 정확도순으로 내림차순 정렬(기본값)
* date: 날짜순으로 내림차순 정렬
* */
final String sortType = "date";
final String sortType = "sim";
JSONArray responseJson = getNaverSearchApiResponse(storeName, blogNum, sortType, blogPath);

List<StoreNaverBlogSearchApiResponse> storeNaverBlogSearchApiResponseList = new ArrayList<>();
Expand Down

0 comments on commit 2b3a99a

Please sign in to comment.