EX-3070 Remove
prefix
,multiSelectable
,showUnselectedValues
and add newtemplate
config inside theFacetConfig
, now it's not possible to concatenate filters using OR.EX-3253 Update
@empathy/search-types
to version8.0.0-alpha.1
and@empathy/jest-utils
to version1.3.0
.EX-3253 Add new facet mapper
EmpathyBooleanFilterMapper
which mapsselected
,value
,totalResults
properties removed fromEmpathyFilterMapper
.EX-3253 Renamed
EmpathyNumberRangeFilter
value
map torange
.EX-3253 Modified
facets
fromSearchResponse
to make it optional.EX-3302 Remove
sortDirection
parameter fromSearchRequest
.
EX-2413 Rename
facetName
andnoTagFacetName
byfacetId
andnoTagFacetId
respectively in theFacetConfig.prefix
.EX-2413 Replace
DEPENDENCIES.ResponseMappers.filters
by specific onesDEPENDENCIES.ResponseMappers.simpleFilter
,DEPENDENCIES.ResponseMappers.hierarchicalFilter
andDEPENDENCIES.ResponseMappers.numberRangeFilter
.EX-2413 Remove
filterDeepness
andfacetName
fromFilterValueMapperParams
interface. Now the facet name can be got from thefilter
asfacetId
property.EX-2413 Replace
filterModelName
prop bymodelName
in theFacetConfig
interface. Now it has theFacetModelName
type.
EX-1837 Change next query mapper facets to be an array instead of an object.
EX-1641 Change default search endpoint from
api{env}.empathybroker.com/search/v1/query/{instance}/search
toapi{env}.empathybroker.com/search/v1/query/{instance}/searchX
EX-1693 Update to
@empathy/search-types
version to5.0.0
EX-1693 Remove
EmpathyQueryHighlightingMapper
. This logic should now be handled by components if neededEX-1693 Remove
id
mapping inEmpathyNextQueryMapper
. Use thequery
property if you need an idEX-1693 Rename
resultsFacets
tofacets
andnumFound
tototalResults
mappings inEmpathyNextQueryMapper
EX-1693 Rename
term
toquery
andnumFound
tototalResults
mappings inEmpathyPartialResultMapper
EX-1693 Remove
identifier.html
mapping fromEmpathyResultMapper
. This property should be calculated in the componentEX-1693 Remove
html
mapping fromEmpathySuggestionMapper
. This property should be calculated in the componentEX-1693 Rename
term
toquery
mapping inEmpathySuggestionMapper
EX-1693 Change
modelName
mapping value fromSuggestion
toQuerySuggestion
orPopularSearch
inEmpathySuggestionMapper
depending if the request had query or not
EX-1355 Removed
preselected
propertyRename
SearchAdapter#getRecommendations
toSearchAdapter#getTopRecommendations