Skip to content

Commit a14d643

Browse files
author
marshmallowing
committed
hotfix: 검색 집계 필드명 수정
1 parent 10bd33d commit a14d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ongil/backend/domain/search/service/SearchService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public List<String> getTopKeywords() {
138138
.withMaxResults(0)
139139
.withAggregation("top_keywords", Aggregation.of(a -> a
140140
.terms(t -> t
141-
.field("keyword.keyword")
141+
.field("keyword")
142142
.size(50)
143143
)
144144
))

0 commit comments

Comments
 (0)