algolia-experiences 1.5.5 → 1.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5833,7 +5833,7 @@
|
|
|
5833
5833
|
|
|
5834
5834
|
var sortAndMergeRecommendations_1 = sortAndMergeRecommendations;
|
|
5835
5835
|
|
|
5836
|
-
var version = '3.
|
|
5836
|
+
var version = '3.24.1';
|
|
5837
5837
|
|
|
5838
5838
|
var escapeFacetValue$3 = escapeFacetValue_1.escapeFacetValue;
|
|
5839
5839
|
|
|
@@ -7676,6 +7676,14 @@
|
|
|
7676
7676
|
if (this._currentNbQueries === 0) this.emit('searchQueueEmpty');
|
|
7677
7677
|
|
|
7678
7678
|
var results = content.results.slice();
|
|
7679
|
+
var rawContent = Object.keys(content).reduce(function (value, key) {
|
|
7680
|
+
if (key !== 'results') value[key] = content[key];
|
|
7681
|
+
return value;
|
|
7682
|
+
}, {});
|
|
7683
|
+
|
|
7684
|
+
if (Object.keys(rawContent).length <= 0) {
|
|
7685
|
+
rawContent = undefined;
|
|
7686
|
+
}
|
|
7679
7687
|
|
|
7680
7688
|
states.forEach(function (s) {
|
|
7681
7689
|
var state = s.state;
|
|
@@ -7696,6 +7704,7 @@
|
|
|
7696
7704
|
specificResults,
|
|
7697
7705
|
self._searchResultsOptions
|
|
7698
7706
|
);
|
|
7707
|
+
if (rawContent !== undefined) helper.lastResults._rawContent = rawContent;
|
|
7699
7708
|
|
|
7700
7709
|
helper.emit('result', {
|
|
7701
7710
|
results: helper.lastResults,
|
|
@@ -13026,7 +13035,7 @@
|
|
|
13026
13035
|
};
|
|
13027
13036
|
}
|
|
13028
13037
|
|
|
13029
|
-
var version$1 = '4.77.
|
|
13038
|
+
var version$1 = '4.77.3';
|
|
13030
13039
|
|
|
13031
13040
|
function _typeof$j(o) {
|
|
13032
13041
|
"@babel/helpers - typeof";
|