@abi-software/map-side-bar 1.3.4 → 1.3.5
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.
- package/dist/map-side-bar.common.js +6 -4
- package/dist/map-side-bar.common.js.map +1 -1
- package/dist/map-side-bar.umd.js +6 -4
- package/dist/map-side-bar.umd.js.map +1 -1
- package/dist/map-side-bar.umd.min.js +1 -1
- package/dist/map-side-bar.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/algolia/algolia.js +4 -3
package/dist/map-side-bar.umd.js
CHANGED
|
@@ -1385,6 +1385,7 @@ var external_algoliasearch_default = /*#__PURE__*/__webpack_require__.n(external
|
|
|
1385
1385
|
|
|
1386
1386
|
|
|
1387
1387
|
|
|
1388
|
+
|
|
1388
1389
|
|
|
1389
1390
|
|
|
1390
1391
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -1536,7 +1537,7 @@ function () {
|
|
|
1536
1537
|
var keyword = keywordObj.keyword;
|
|
1537
1538
|
|
|
1538
1539
|
if (keyword.includes('UBERON') || keyword.includes('ilxtr') || keyword.includes('ILX')) {
|
|
1539
|
-
foundKeyWords.push(_this2.
|
|
1540
|
+
foundKeyWords.push(_this2._processUberonURL(keyword));
|
|
1540
1541
|
uniqueKeywords = _toConsumableArray(new Set(foundKeyWords));
|
|
1541
1542
|
}
|
|
1542
1543
|
});
|
|
@@ -1545,9 +1546,10 @@ function () {
|
|
|
1545
1546
|
return uniqueKeywords;
|
|
1546
1547
|
}
|
|
1547
1548
|
}, {
|
|
1548
|
-
key: "
|
|
1549
|
-
value: function
|
|
1550
|
-
|
|
1549
|
+
key: "_processUberonURL",
|
|
1550
|
+
value: function _processUberonURL(url) {
|
|
1551
|
+
var ub = url.split('/').pop();
|
|
1552
|
+
ub.replace('_', ':');
|
|
1551
1553
|
}
|
|
1552
1554
|
/**
|
|
1553
1555
|
* Get Search results
|