https://bugs.gpodder.org/show_bug.cgi?id=1382
--- Comment #1 from Stefan Kögl <[email protected]> 2011-07-28 08:07:19 BST --- Things to do: in mygpo/directory/_design/fulltext/search/index.js add if(doc.subscribers.length) { subscribers = doc.subscribers[doc.subscribers.length-1].subscriber_count; } else { subscribers = 0; } d.add(subscribers, {"field":"subscribers"}; To sort by subscribers, the paramter sort='\\subscribers' should be added to the call to db.search() in mygpo.direectory.search.search_podcasts() -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
