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

Fix PostgreSQL error during search #2442

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Fix PostgreSQL error during search #2442

merged 1 commit into from
Jul 25, 2024

Conversation

Floppy
Copy link
Collaborator

@Floppy Floppy commented Jul 25, 2024

Postgres doesn't like including all the conditions for this inside another query, so we split the query and get just a list of model IDs.

Resolves #2439 properly this time.

Postgres doesn't like including all the conditions for this inside another query, so we split the query and get just a list of model IDs.
@Floppy Floppy added the bug Something isn't working label Jul 25, 2024
@Floppy Floppy enabled auto-merge July 25, 2024 11:28
Copy link

codeclimate bot commented Jul 25, 2024

Code Climate has analyzed commit af1be7e and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 86.2% (0.0% change).

View more on Code Climate.

@Floppy Floppy merged commit bf35b5f into main Jul 25, 2024
11 checks passed
@Floppy Floppy deleted the fix-broken-search branch July 25, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant