diff --git a/website/search/models.py b/website/search/models.py index 9459626..9c3e8a9 100644 --- a/website/search/models.py +++ b/website/search/models.py @@ -19,7 +19,7 @@ class SearchPage(RoutablePageMixin, BaseContentPage): max_count = 1 subpage_types: list = [] parent_page_types = ["home.HomePage"] - PAGE_SIZE = 15 + PAGE_SIZE = 10 # Exclude singleton pages from search results EXCLUDED_PAGE_TYPES = {page for page in get_page_models() if page.max_count == 1}