Missed a space :/
This commit is contained in:
Yeger 2024-10-27 09:18:33 +02:00 committed by GitHub
parent d0c3e4e335
commit 95316700da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ def post_search(_request, search):
return True
query = search.search_query.query
# in order to avoid DoS attacks with long expressions, ignore long expressions
if len(query) > 100:
return True