Skip to content

Commit

Permalink
Reduce size of input length
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o authored Jan 21, 2024
1 parent cec9ebd commit 9044d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from blog.models import Post, Category
from .models import Item, Feedback

MINIMUM_LENGTH_OF_QUERY = 4
MINIMUM_LENGTH_OF_QUERY = 2


def _parse_form_field(request: HttpRequest, param: str) -> str:
Expand Down

0 comments on commit 9044d3e

Please sign in to comment.