Skip to content

Commit

Permalink
Added BRAND_LIMIT in SearchParams to limit the number of brands in AP…
Browse files Browse the repository at this point in the history
…I response
  • Loading branch information
looee1q committed Dec 13, 2024
1 parent 2bad499 commit cd54b82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class SearchParams : AbstractParams<SearchParams>() {
COLORS("colors"),
FASHION_SIZES("fashion_sizes"),
EXCLUDE("exclude"),
NO_CLARIFICATION("no_clarification")
NO_CLARIFICATION("no_clarification"),
BRAND_LIMIT("brand_limit"),
}

class SearchFilters {
Expand Down

0 comments on commit cd54b82

Please sign in to comment.