Switch to side-by-side view

--- a/src/kde/kioslave/recoll/kio_recoll.cpp
+++ b/src/kde/kioslave/recoll/kio_recoll.cpp
@@ -257,8 +257,15 @@
 	    goto out;
 	}
     } else if (ingest.isResult(&qd, &resnum)) {
-	// Matched an url generated by konqueror out of a directory listing:
-	// ie: recoll:/some search string/recollResultxx
+	// Url matched one generated by konqueror/Dolphin out of a
+	// search directory listing: ie: 
+        // recoll:/some search string/recollResultxx
+	//
+	// This happens when the user drags/drop the result to another
+	// app, or with the "open-with" right-click. Does not happen
+	// if the entry itself is clicked (the UDS_URL is apparently
+	// used in this case
+	//
 	// Redirect to the result document URL
 	if (!syncSearch(qd)) {
 	    return;