Skip to content
Snippets Groups Projects

Include variable names in tuple tool search

Merged Dillon Scott Fitzgerald requested to merge ttoolsearch_include_variables into master
+ 1
1
@@ -147,7 +147,7 @@ self.onmessage = async (event) => {
Object.keys(top5).forEach((key) => {
if (key === "basic,charged: : ") {
return;
} // This is a workaround until we implement a fix in Analysis (and correponsind DaVinci release)
} // This is a workaround until we implement a fix in Analysis (and corresponding DaVinci release)
let description = key.substring(key.indexOf(":") + 2);
let variable = key.substring(0, key.indexOf(":") - 1);
let varpath = paths[vars.indexOf(description)];
Loading