Skip to content

Commit

Permalink
chore: exclude search_type param from null check
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Jan 16, 2025
1 parent c8e520d commit 8451647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controller/search_params_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def check_if_short_terms_and_no_other_param(self):
"""
# List of parameters to exclude from the check
excluded_fields = [
"search_type",
"page",
"per_page",
"matching_size",
Expand Down

0 comments on commit 8451647

Please sign in to comment.