Switch to side-by-side view
--- a/src/python/samples/recollq.py +++ b/src/python/samples/recollq.py @@ -27,7 +27,7 @@ while query.next >= 0 and query.next < nres: doc = query.fetchone() print query.next, ":", - for k in ("title", "url"): + for k in ("title", "url", "mtime"): print k, ":", getattr(doc, k).encode('utf-8') abs = db.makeDocAbstract(doc, query).encode('utf-8') print abs