Skip to content

Commit

Permalink
Persist message list search type's sort option. (Graylog2#7759)
Browse files Browse the repository at this point in the history
Before this change, the `sort` option for a message list search type was
not persisted. This lead to sorting configuration having no effect when
storing a search and executing it, only for the synchronous endpoint.

Fixes Graylog2#7758.
  • Loading branch information
dennisoelkers authored Mar 26, 2020
1 parent d34c124 commit ade6da5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public abstract class MessageList implements SearchType {
public abstract int offset();

@Nullable
@JsonProperty
public abstract List<Sort> sort();

@JsonProperty
Expand Down

0 comments on commit ade6da5

Please sign in to comment.