Unverified Commit 0ec95c19 authored by Gautier de Saint Martin Lacaze's avatar Gautier de Saint Martin Lacaze Committed by GitHub
Browse files

Merge pull request #850 from lolgab/order-by-similarity

Add SIMILARITY to GroupOrderBy enum
parents 075ce397 b51f089d
......@@ -248,7 +248,7 @@ public interface Constants {
/** Enum to use for ordering the results of getGroups() and getSubGroups(). */
public enum GroupOrderBy {
NAME, PATH, ID;
NAME, PATH, ID, SIMILARITY;
private static JacksonJsonEnumHelper<GroupOrderBy> enumHelper = new JacksonJsonEnumHelper<>(GroupOrderBy.class);
@JsonCreator
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment