Skip to content
Snippets Groups Projects
Commit 898766ad authored by Dillon Scott Fitzgerald's avatar Dillon Scott Fitzgerald
Browse files

Merge branch 'dillon/ttoolsearch_touchup' into 'master'

Touch up TupleTool search

See merge request !88
parents dcabe30e 6c7590ef
No related branches found
No related tags found
1 merge request!88Touch up TupleTool search
Pipeline #8005212 passed
......@@ -38,7 +38,7 @@ function FormatOutput({data}) {
{item[2] === "LoKi_functors" ? "LoKi__Hybrid__TupleTool" : item[2]}
<ul>
<li>
<strong>Variable name:</strong> {item[1][0]}
<strong>Variable name:</strong> {item[1]}
</li>
<li>
<strong>Definition:</strong> {item[0]}
......@@ -55,7 +55,7 @@ function FormatOutput({data}) {
{item[2] === "LoKi_functors" ? "LoKi__Hybrid__TupleTool" : item[2]}
<ul>
<li>
<strong>Variable name:</strong> {item[1][0]}
<strong>Variable name:</strong> {item[1]}
</li>
<li>
<strong>Definition:</strong> {item[0]}
......
......@@ -154,7 +154,7 @@ self.onmessage = async (event) => {
}
});
if (result.length === 0) {
result.push(["No matches found", "None", "No matches found"]);
result.push(["No matches found", "No matches found", "No matches found"]);
}
self.postMessage({type: "result", result: result});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment