Skip to content

Commit

Permalink
adding personal number among searchable items.. (DB support not yet i…
Browse files Browse the repository at this point in the history
…mplemented)
  • Loading branch information
katkav committed Aug 25, 2023
1 parent 2019c6f commit b0fcdd8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ public SearchableItemsDefinitions additionalSearchContext(SearchContext ctx) {
ItemPath.create(UserType.F_TELEPHONE_NUMBER),
ItemPath.create(UserType.F_EMPLOYEE_NUMBER),
ItemPath.create(UserType.F_ORGANIZATIONAL_UNIT),
ItemPath.create(UserType.F_LOCALITY)
ItemPath.create(UserType.F_LOCALITY),
ItemPath.create(UserType.F_PERSONAL_NUMBER)
));
SEARCHABLE_OBJECTS.put(RoleType.class, Arrays.asList(
ItemPath.create(RoleType.F_NAME),
Expand Down

0 comments on commit b0fcdd8

Please sign in to comment.