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

[PostgreSQL] Search - Content plugin SQL error #13285

Closed
ralain opened this issue Dec 19, 2016 · 4 comments
Closed

[PostgreSQL] Search - Content plugin SQL error #13285

ralain opened this issue Dec 19, 2016 · 4 comments

Comments

@ralain
Copy link
Contributor

ralain commented Dec 19, 2016

Steps to reproduce the issue

In Joomla running on PostgreSQL, search for a word that you know is present in an article, using the old search (not smart search.)

Expected result

At least one article hit in search results and no error.

Actual result

Zero article hits in search results.
Error message: An error has occurred.

System information (as much as possible)

Latest Staging.
PHP 7.1
PostgreSQL 9.6.1

Additional comments

The issue appears to arise because the GROUP_CONCAT() function is not available in PostgreSQL.

screen shot 2016-12-19 at 14 58 42

@ralain
Copy link
Contributor Author

ralain commented Dec 20, 2016

Closing as we have a PR: #13291

@ralain ralain closed this as completed Dec 20, 2016
@alikon
Copy link
Contributor

alikon commented Dec 20, 2016

@ralain please reopen cause #13291 is not enough it fix the GROUP_CONCAT() issue,
but, there is another issue to solve with search plugin we are joining on different field type....

@ralain
Copy link
Contributor Author

ralain commented Dec 20, 2016

Yep, I noticed that and was just about to post a new issue.

@ralain
Copy link
Contributor Author

ralain commented Dec 20, 2016

@alikon see #13308

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

No branches or pull requests

3 participants