Switch to side-by-side view

--- a/src/query/docseqhist.cpp
+++ b/src/query/docseqhist.cpp
@@ -144,6 +144,11 @@
 	doc.url = "UNKNOWN";
         doc.ipath = "";
     }
+
+    // Ensure the snippets link won't be shown as it does not make
+    // sense (no query terms...)
+    doc.haspages = 0;
+
     return ret;
 }