diff options
-rw-r--r-- | wqflask/wqflask/gsearch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/gsearch.py b/wqflask/wqflask/gsearch.py index e3049da7..54d62100 100644 --- a/wqflask/wqflask/gsearch.py +++ b/wqflask/wqflask/gsearch.py @@ -11,7 +11,7 @@ from wqflask.database import xapian_database # KLUDGE: Due to the lack of pagination, we hard-limit the maximum # number of search results. -MAX_SEARCH_RESULTS = 1000 +MAX_SEARCH_RESULTS = 10000 class GSearch: def __init__(self, kwargs): |