Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-91743 fix search query #1013

Merged
merged 2 commits into from
Jun 13, 2024
Merged

EPMRPP-91743 fix search query #1013

merged 2 commits into from
Jun 13, 2024

Conversation

grabsefx
Copy link
Contributor

@grabsefx grabsefx commented Jun 12, 2024

  • fixed search by username
  • removed unnecessary query builder

@grabsefx grabsefx self-assigned this Jun 12, 2024
@grabsefx grabsefx changed the title EPMRPP-91743 fix EPMRPP-91743 fix search query Jun 12, 2024
@@ -1493,7 +1445,6 @@ protected Field<Long> idField() {
.and(LAUNCH.STATUS.ne(JStatusEnum.IN_PROGRESS)), LAUNCH.ID)).toString())
.get(),
new CriteriaHolderBuilder().newBuilder(CRITERIA_USER, USERS.LOGIN, String.class)
.withAggregateCriteria(DSL.max(USERS.LOGIN).toString())
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed aggregate function

@grabsefx grabsefx requested a review from pbortnik June 13, 2024 05:05
@grabsefx grabsefx merged commit bf5fe63 into feature/orgs Jun 13, 2024
1 check passed
@grabsefx grabsefx deleted the EPMRPP-91743 branch June 13, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants