Switch to side-by-side view

--- a/src/php/recoll/recoll.cpp
+++ b/src/php/recoll/recoll.cpp
@@ -125,7 +125,7 @@
     // jf: the original implementation built an AND clause. It would
     // be nice to offer an option, but the next best thing is to
     // default to the query language
-    sd = wasaStringToRcl(qs, reason);
+    sd = wasaStringToRcl(rclconfig, qs, reason);
 
     if (!sd) {
 	cerr << "Query string interpretation failed: " << reason << endl;