Skip to content

Commit

Permalink
fix: add extras to json
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Jan 16, 2024
1 parent a369b53 commit 72d4c47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class SearchQuery extends Query {
@NotEmpty
@JsonProperty("content_types")
private Set<ContentType> contentTypes = new HashSet<>();
@JsonProperty("extras")
private Set<SearchExtra> extras = new HashSet<>();

@Min(1)
Expand Down

0 comments on commit 72d4c47

Please sign in to comment.