Skip to content

Commit

Permalink
Merge pull request #1889 from yext/hotfix/v1.17.3
Browse files Browse the repository at this point in the history
Version v1.17.3
  • Loading branch information
vdarosa authored Jul 16, 2024
2 parents aecc999 + 0af0c17 commit e4d8856
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/answers-search-ui",
"version": "1.17.2",
"version": "1.17.3",
"description": "Javascript Search Programming Interface",
"main": "dist/answers-umd.js",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/core/models/result.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export default class Result {
distance: result.distance,
distanceFromFilter: result.distanceFromFilter,
highlighted: appliedHighlightedFields,
highlightedFields
highlightedFields,
segment: result.segment
};

if (result.source !== 'KNOWLEDGE_MANAGER') {
Expand Down

0 comments on commit e4d8856

Please sign in to comment.