Skip to content

Commit

Permalink
RANGER-4542: SearchFilter.ZONE_NAME_PARTIAL missed in earlier commit -
Browse files Browse the repository at this point in the history
  • Loading branch information
mneethiraj committed Dec 12, 2023
1 parent 0287845 commit 88d7644
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public class SearchFilter {
public static final String POLICY_LABEL_ID = "policyLabelId"; // search, sort
public static final String ZONE_ID = "zoneId"; // search, sort
public static final String ZONE_NAME = "zoneName"; // search, sort
public static final String ZONE_NAME_PARTIAL = "zoneNamePartial"; // search, sort
public static final String NOT_ZONE_NAME = "notZoneName"; // search
public static final String ROLE_ID = "roleId"; // search, sort
public static final String ROLE_NAME = "roleName"; // search, sort
Expand Down

0 comments on commit 88d7644

Please sign in to comment.