Skip to content

Conversation

@shleeable
Copy link
Contributor

@shleeable shleeable commented Jan 30, 2026

Error: "POST /api/v1/search/users HTTP/1.1" 500 44 "https://loops.plus/search?q=https://loops.video/@dansup"

Fixed groupBy to include all 11 columns from the select clause, which satisfies MySQL's ONLY_FULL_GROUP_BY mode. MySQL's strict mode (ONLY_FULL_GROUP_BY) requires all non-aggregated columns in SELECT to be in GROUP BY.

@shleeable shleeable changed the title Update SearchController.php Update SearchController.php to fix ONLY_FULL_GROUP_BY mode. Jan 30, 2026
@shleeable
Copy link
Contributor Author

shleeable commented Jan 31, 2026

Tested/Validated on Loops.Plus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants