From 09e41432d13c0603d3ff76ae1cc885f2be546154 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Sat, 5 Jan 2013 15:14:50 +0100 Subject: [PATCH] allow stale query results for podcast search --- mygpo/db/couchdb/podcast.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mygpo/db/couchdb/podcast.py b/mygpo/db/couchdb/podcast.py index 4e8667c4..d0e4350d 100644 --- a/mygpo/db/couchdb/podcast.py +++ b/mygpo/db/couchdb/podcast.py @@ -439,6 +439,7 @@ def search(q, offset=0, num_results=20): wrapper = search_wrapper, include_docs = True, limit = num_results, + stale = 'update_after', skip = offset, q = q, sort='\\subscribers') -- 2.11.4.GIT