@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.
@@ -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._splitUberonURL(keyword));
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: "_splitUberonURL",
1549
- value: function _splitUberonURL(url) {
1550
- return url.split('/').pop();
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