summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/search.py
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2013-08-26 05:18:10 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2013-08-26 05:18:10 +0000
commit98370267588204f878ba596c6c3bdf3ffc9c4d0c (patch)
tree8ffdecd1c4e5e257813374bf78c7ea6ac85aed84 /sca-cpp/trunk/hosting/server/search.py
parent2e5abd585874b18d5e94067ca7704a1966df3226 (diff)
Improvements to the hosting management app server side logic.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1517420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/hosting/server/search.py')
-rw-r--r--sca-cpp/trunk/hosting/server/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/search.py b/sca-cpp/trunk/hosting/server/search.py
index e79ff0ce51..e5ee056478 100644
--- a/sca-cpp/trunk/hosting/server/search.py
+++ b/sca-cpp/trunk/hosting/server/search.py
@@ -45,7 +45,7 @@ def get(id, user, cache, db, apps, ratings):
return None
# Run the search
- foundentries = db.get((("'regex", '("apps" .* "app.info")'), ("'textsearch", cadr(q)), ("'limit", 25)))
+ foundentries = db.get((("'regex", '("apps" .* "app.info")'), ("'textsearch", cadr(q)), ("'limit", 50)))
debug('search.py::get::foundentries', foundentries)
# Merge app ratings