Skip to content

Commit

Permalink
fix: org unit search logic [DHIS2-14585] (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp authored Jul 6, 2023
1 parent 34b3599 commit fcf3e9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const query = {
'children::isNotEmpty',
'ancestors',
],
filter: `name:$ilike:${searchText}`,
filter: `displayName:ilike:${searchText}`,
paging: true,
pageSize: PAGE_SIZE,
}),
Expand Down

0 comments on commit fcf3e9e

Please sign in to comment.