Skip to content

Commit

Permalink
fix #2831 Include score in the search API response fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jul 22, 2024
1 parent a7d0009 commit e0f2314
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public void init() {
}
if (apiResponseFieldSet == null) {
setApiResponseFields(fessConfig.getQueryAdditionalApiResponseFields(//
SCORE_SORT_VALUE, //
fessConfig.getResponseFieldContentDescription(), //
fessConfig.getResponseFieldContentTitle(), //
fessConfig.getResponseFieldSitePath(), //
Expand Down

0 comments on commit e0f2314

Please sign in to comment.