Switch to side-by-side view

--- a/tool/run/plugins/basic/pluginSearch.java
+++ b/tool/run/plugins/basic/pluginSearch.java
@@ -89,15 +89,15 @@
         // check for internal commands like "help", or else do a normal search
         if(internalCommand(searchTerm)==false){
             // start by looking at the components
-            String matchComponentName =
-                searchListSPDX(core.components, searchTerm, "Library");
+//            String matchComponentName =
+//                searchListSPDX(core.components, searchTerm, "Library");
             // look in products now
             String matchProductName =
                 searchListSPDX(core.products, searchTerm, "Products");
             
                     // compile all the results together
-            output =  matchComponentName
-                    + matchProductName;
+            output =  //matchComponentName
+                     matchProductName;
         }