Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/routes.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-08-13 00:06:45 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-08-13 00:47:12 (GMT)
commit6c16b4c366b33f8020cd414b88abcd8aa2e43ead (patch)
tree742b0ba72b22829c8aea3b45e27fda4e5d06b263 /sugar_network/node/routes.py
parentd343478684062dc458b49710a5deac94ece11221 (diff)
Return all indexed documents by default on low levelactivities_cache
Diffstat (limited to 'sugar_network/node/routes.py')
-rw-r--r--sugar_network/node/routes.py4
1 files changed, 2 insertions, 2 deletions
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