Skip to content

Commit

Permalink
Merge branch 'hotfix/163'
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckyC committed Apr 1, 2020
2 parents 733af0d + 5379ede commit 039f796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export default class SearchResultsContainer extends React.Component<ISearchResul
} else {

// Keep only terms (L0). The crawl property ows_taxid_xxx return term sets too.
if (!/(GTSet|GPP|GP0)/i.test(value.RefinementName)) {
if (!/(GTSet|GPP|GP0)/i.test(value.RefinementValue)) {
updatedValues.push(value);
}
}
Expand Down

0 comments on commit 039f796

Please sign in to comment.