Skip to content

Commit

Permalink
Merge pull request #1365 from dhis2/DHIS2-16958/user-search
Browse files Browse the repository at this point in the history
fix: change query for user search in user groups
  • Loading branch information
Chisomchima committed Apr 30, 2024
1 parent 4c721b0 commit 6a8b059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GroupForm/BulkUserManager/useQueries.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const getGistFilterParams = (filterQuery) => {
}

return {
rootJunction: filterTokens.length === 1 ? 'OR' : 'AND',
rootJunction: 'AND',
filter,
}
}
Expand Down

0 comments on commit 6a8b059

Please sign in to comment.