Skip to content

Commit

Permalink
Merge pull request #1369 from dhis2/DHIS2-16958/backport-v40
Browse files Browse the repository at this point in the history
fix: change query for user search in user groups
  • Loading branch information
Chisomchima authored May 6, 2024
2 parents cf336ff + 6a8b059 commit 9e2ed2f
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 9e2ed2f

Please sign in to comment.