gramene-search 1.2.65 → 1.2.66
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/.parcel-cache/2126881b633272fa.txt +2 -2
- package/.parcel-cache/425346ba6a54d932 +0 -0
- package/.parcel-cache/878e3ffbad677982 +0 -0
- package/.parcel-cache/cdecf11601322051 +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/bundles/api.js +1 -1
- package/.parcel-cache/01c4ead1c782ab8a +0 -0
- package/.parcel-cache/059dcd5b8b72e7d2 +0 -0
- package/.parcel-cache/0aafef235058e20e +0 -0
- package/.parcel-cache/2125f5db8509dbbf +0 -0
- package/.parcel-cache/24a8ca2f058fa708 +0 -0
- package/.parcel-cache/278610a378a6c264 +0 -0
- package/.parcel-cache/37c075a090d2565c +0 -0
- package/.parcel-cache/4014ba3cfd6d6af5 +0 -0
- package/.parcel-cache/4274e4b220b26b69 +0 -0
- package/.parcel-cache/75bd0e526cad8639.txt +0 -2
- package/.parcel-cache/78c16e8268ab7d07 +0 -0
- package/.parcel-cache/7f7caadc90b66b68 +0 -0
- package/.parcel-cache/97059a6d1f34436d +0 -0
- package/.parcel-cache/9eddc51e1d199de2 +0 -0
- package/.parcel-cache/af3dd3284ff2518f +0 -0
- package/.parcel-cache/b4f81b2455672a41 +0 -0
- package/.parcel-cache/be2c903b6f9ee64e +0 -0
- package/.parcel-cache/bf09663855ac3886 +0 -0
- package/.parcel-cache/bfcfb14dcaad266e +0 -0
- package/.parcel-cache/c9eaec627a7b2c43 +0 -0
- package/.parcel-cache/d60e419ac6d05e40 +0 -0
- package/.parcel-cache/db5a4c62611ab8b4 +0 -0
- package/.parcel-cache/e6934767a4924b36 +0 -0
- package/.parcel-cache/f40292006fd967be +0 -0
- package/dist/android-chrome-192x192.4d149c27.png +0 -0
- package/dist/apple-touch-icon-114x114.27e956ae.png +0 -0
- package/dist/apple-touch-icon-120x120.b209ed9f.png +0 -0
- package/dist/apple-touch-icon-144x144.9f8e2136.png +0 -0
- package/dist/apple-touch-icon-152x152.b6107a9b.png +0 -0
- package/dist/apple-touch-icon-180x180.58fbcc65.png +0 -0
- package/dist/apple-touch-icon-57x57.f670c755.png +0 -0
- package/dist/apple-touch-icon-60x60.3fbc15ae.png +0 -0
- package/dist/apple-touch-icon-72x72.a0fd991d.png +0 -0
- package/dist/apple-touch-icon-76x76.437b43b5.png +0 -0
- package/dist/favicon-16x16.4dd6b101.png +0 -0
- package/dist/favicon-32x32.a0d53b79.png +0 -0
- package/dist/favicon-96x96.6cd9b68e.png +0 -0
- package/dist/genetree.d75946eb.png +0 -0
- package/dist/results.a8da7555.png +0 -0
- package/dist/sorghum.250fb7b9.js +0 -15812
- package/dist/sorghum.250fb7b9.js.map +0 -1
- package/dist/sorghum.2c55063b.css +0 -26784
- package/dist/sorghum.2c55063b.css.map +0 -1
- package/dist/sorghum.b34cb912.js +0 -293144
- package/dist/sorghum.b34cb912.js.map +0 -1
- package/dist/sorghum.html +0 -39
- package/dist/suggestions.099b7c0e.png +0 -0
- /package/.parcel-cache/{10345653e5c7d8bb → 930418daf0e74ea1} +0 -0
- /package/.parcel-cache/{300dcb85aa1f105a → d6852e9c1d87cbe3} +0 -0
- /package/.parcel-cache/{5ccb82e635ea03cd → ec7cf744427d480d} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
51031500
|
|
2
|
+
1686764306877650000
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -58,7 +58,7 @@ const $9d9aeaf9299e61a1$var$grameneSuggestions = (0, $gXNCa$reduxbundler.createA
|
|
|
58
58
|
getPromise: ({ store: store })=>{
|
|
59
59
|
const t = store.selectSuggestionsQuery().replaceAll(":", " ").trim();
|
|
60
60
|
const g = store.selectGrameneGenomes();
|
|
61
|
-
return fetch(`${store.selectGrameneAPI()}/suggest?q={!boost b=relevance}name:${t}
|
|
61
|
+
return fetch(`${store.selectGrameneAPI()}/suggest?q={!boost b=relevance}name:${t}^5 ids:${t}^5 ids:${t}*^3 synonym:${t}^3 synonym:${t}*^2 text:${t}*^1`).then((res)=>res.json()).then((suggestions)=>{
|
|
62
62
|
if (Object.keys(g.active).length > 0) suggestions.grouped.category.groups.forEach((group)=>{
|
|
63
63
|
group.doclist.docs.forEach((sugg)=>{
|
|
64
64
|
sugg.num_genes = 0;
|