Switch to side-by-side view

--- a/src/query/filtseq.cpp
+++ b/src/query/filtseq.cpp
@@ -1,5 +1,5 @@
 #ifndef lint
-static char rcsid[] = "@(#$Id: filtseq.cpp,v 1.2 2008-09-29 08:59:20 dockes Exp $ (C) 2005 J.F.Dockes";
+static char rcsid[] = "@(#$Id: filtseq.cpp,v 1.3 2008-09-29 11:33:55 dockes Exp $ (C) 2005 J.F.Dockes";
 #endif
 /*
  *   This program is free software; you can redistribute it and/or modify
@@ -47,6 +47,12 @@
 {
 }
 
+bool DocSeqFiltered::setFiltSpec(DocSeqFiltSpec &filtspec)
+{
+    m_spec = filtspec;
+    m_dbindices.clear();
+}
+
 bool DocSeqFiltered::getDoc(int idx, Rcl::Doc &doc, string *)
 {
     LOGDEB1(("DocSeqFiltered: fetching %d\n", idx));