@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
|
@@ -1376,6 +1376,7 @@ var external_algoliasearch_default = /*#__PURE__*/__webpack_require__.n(external
|
|
|
1376
1376
|
|
|
1377
1377
|
|
|
1378
1378
|
|
|
1379
|
+
|
|
1379
1380
|
|
|
1380
1381
|
|
|
1381
1382
|
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; }
|
|
@@ -1527,7 +1528,7 @@ function () {
|
|
|
1527
1528
|
var keyword = keywordObj.keyword;
|
|
1528
1529
|
|
|
1529
1530
|
if (keyword.includes('UBERON') || keyword.includes('ilxtr') || keyword.includes('ILX')) {
|
|
1530
|
-
foundKeyWords.push(_this2.
|
|
1531
|
+
foundKeyWords.push(_this2._processUberonURL(keyword));
|
|
1531
1532
|
uniqueKeywords = _toConsumableArray(new Set(foundKeyWords));
|
|
1532
1533
|
}
|
|
1533
1534
|
});
|
|
@@ -1536,9 +1537,10 @@ function () {
|
|
|
1536
1537
|
return uniqueKeywords;
|
|
1537
1538
|
}
|
|
1538
1539
|
}, {
|
|
1539
|
-
key: "
|
|
1540
|
-
value: function
|
|
1541
|
-
|
|
1540
|
+
key: "_processUberonURL",
|
|
1541
|
+
value: function _processUberonURL(url) {
|
|
1542
|
+
var ub = url.split('/').pop();
|
|
1543
|
+
ub.replace('_', ':');
|
|
1542
1544
|
}
|
|
1543
1545
|
/**
|
|
1544
1546
|
* Get Search results
|