-
Notifications
You must be signed in to change notification settings - Fork 513
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
Search and Customers search not working on PostgreSQL #1664
Comments
Now when I created new Kanban board, I get this error
|
We'll check it. |
Does search work for you? Especially Customers search? |
Seeing the same thing on MySQL. Turned on logging and found this query: Getting this error: mysql version: 5.7.36-0ubuntu0.18.04.1 (Ubuntu) |
No, seems that all searches log the same error |
Try this /app/Http/Controllers/ConversationsController.php and let us know the result. |
Testing with given file gives |
Update FreeScout to the latest version before testing the patch. |
Original problem works now correctly with that php in zip file. But if I try to navigate to Manage -> Kanban I get this
|
This has been fixed in the latest version of Kanban Module. |
Using PostgreSQL and when I click on a some tag on TAGS list in Conversations Report I get following error
LINE 1: select "customers".*, "emails"."email" from "customers" left... ^ (SQL: select "customers".*, "emails"."email" from "customers" left join "emails" on "customers"."id" = "emails"."customer_id" where ("customers"."first_name" like %% or "customers"."last_name" like %% or "customers"."company" like %% or "customers"."job_title" like %% or "customers"."phones" like %% or "customers"."websites" like %% or "customers"."social_profiles" like %% or "customers"."address" like %% or "customers"."city" like %% or "customers"."state" like %% or "customers"."zip" like %% or "customers"."zip" like %% or "emails"."email" like %%) group by "customers"."id" limit 50 offset 0) {"userId":4,"email":"[email protected]","exception":"[object] (Illuminate\\Database\\QueryException(code: 42803): SQLSTATE[42803]: Grouping error: 7 ERROR: column \"emails.email\" must appear in the GROUP BY clause or be used in an aggregate function
The text was updated successfully, but these errors were encountered: