Bump context results size

This commit is contained in:
2022-08-09 07:20:30 +01:00
parent 703f36751d
commit 3e92d17097
2 changed files with 1 additions and 3 deletions

View File

@@ -346,9 +346,7 @@ def query_results(request, query_params, size=None, annotate=True, custom_query=
query = query_params["query"]
search_query = construct_query(query, size)
else:
print("NO QUERY")
if custom_query:
print("CUSTOM")
search_query = custom_query
if add_bool:
for item in add_bool: