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

Search feature error on stage and prod #514

Closed
amruelama opened this issue Apr 10, 2017 · 3 comments
Closed

Search feature error on stage and prod #514

amruelama opened this issue Apr 10, 2017 · 3 comments

Comments

@amruelama
Copy link
Member

Search feature doesn't seem to be working. Shows the following error:

500 Internal Server Error

When reporting this error, please include the information below :
    request url : https://data.globalchange.gov/search?q=10.5670/oceanog.2009.97&type=all&format=detailed
    referer : https://data.globalchange.gov/search
    pid : 32067
    time : 1491838599
@lomky
Copy link
Collaborator

lomky commented Apr 11, 2017

Pinpointed the error.

Rose::DB did not natively support the JSON column type from postgresql. Added in the type based on scalar, and taught our search to pass on querying that column.

@amruelama - This fix will go out with the next release on Tuesday.

@lomky
Copy link
Collaborator

lomky commented Apr 17, 2017

Thought this wasn't working yet, but testing with fresh eyes shows everything working fine.

@lomky
Copy link
Collaborator

lomky commented Apr 17, 2017

Search with anonymous user is working, but something is wrong when we are logged in. Investigating.

lomky added a commit that referenced this issue Apr 17, 2017
@lomky lomky closed this as completed in cef7a3a Apr 18, 2017
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

2 participants