summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/search.py
diff options
context:
space:
mode:
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