Switch to side-by-side view

--- a/src/query/wasatorcl.cpp
+++ b/src/query/wasatorcl.cpp
@@ -102,8 +102,8 @@
 	// Filtering on location
 	if (!stringicmp("dir", (*it)->m_fieldspec)) {
 	    string dir = path_tildexpand((*it)->m_value);
-	    sdata->setTopdir(dir, (*it)->m_op == WasaQuery::OP_EXCL,
-			     (*it)->m_weight);
+	    sdata->addDirSpec(dir, (*it)->m_op == WasaQuery::OP_EXCL,
+			      (*it)->m_weight);
 	    continue;
 	}