From 6c16b4c366b33f8020cd414b88abcd8aa2e43ead Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 13 Aug 2013 00:06:45 +0000 Subject: Return all indexed documents by default on low level --- (limited to 'sugar_network/node/routes.py') diff --git a/sugar_network/node/routes.py b/sugar_network/node/routes.py index e2781e7..8b607cb 100644 --- a/sugar_network/node/routes.py +++ b/sugar_network/node/routes.py @@ -226,8 +226,8 @@ class NodeRoutes(db.Routes, model.Routes): implementations = self.volume['implementation'] versions = [] - impls, __ = implementations.find(limit=db.MAX_LIMIT, - context=context.guid, not_layer='deleted', **request) + impls, __ = implementations.find(context=context.guid, + not_layer='deleted', **request) for impl in impls: for arch, spec in impl.meta('data')['spec'].items(): spec['guid'] = impl.guid -- cgit v0.9.1