gramene-search 1.2.36 → 1.2.37

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.
@@ -1,2 +1,2 @@
1
- 40255717
2
- 1663861212812809000
1
+ 42240706
2
+ 1663862717916777000
Binary file
Binary file
package/dist/index.js CHANGED
@@ -200,7 +200,7 @@ var $3ccb7bb553455c26$var$grameneSuggestions = $ByO3L$reduxbundler.createAsyncRe
200
200
  persist: false,
201
201
  getPromise: function getPromise(_ref) {
202
202
  var store = _ref.store;
203
- var t = store.selectSuggestionsQuery();
203
+ var t = store.selectSuggestionsQuery().replaceAll(':', ' ').trim();
204
204
  var g = store.selectGrameneGenomes();
205
205
  return fetch("".concat(store.selectGrameneAPI(), "/suggest?q={!boost b=relevance}name:").concat(t, "^3 id:").concat(t, "^5 synonym:").concat(t, "^2 text:").concat(t, "*^1")).then(function(res) {
206
206
  return res.json();