We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcaceb commit 029857cCopy full SHA for 029857c
readthedocs/search/api.py
@@ -25,6 +25,7 @@
25
26
27
class PaginatorPage:
28
+
29
"""
30
Mimics the result from a paginator.
31
@@ -51,6 +52,7 @@ def previous_page_number(self):
51
52
53
54
class SearchPagination(PageNumberPagination):
55
56
"""Paginator for the results of PageSearch."""
57
58
page_size = 50
@@ -152,6 +154,7 @@ def get_inner_hits(self, obj):
152
154
153
155
156
class PageSearchAPIView(GenericAPIView):
157
158
159
Main entry point to perform a search using Elasticsearch.
160
0 commit comments