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

Some records are not displayed correctly in search results (missing title, description) #225

Closed
emanueldima opened this issue Apr 3, 2014 · 5 comments

Comments

@emanueldima
Copy link
Contributor

It may be related to the content of the record -- if the record contains text files, the bug manifests; if it contains .c or .cmdi files, it does not.

@emanueldima emanueldima added this to the 0.5 – Spring release milestone Apr 3, 2014
@emanueldima emanueldima self-assigned this Apr 3, 2014
@emanueldima
Copy link
Contributor Author

Right, git bisect says it's caused by my increase in priority for bibupload. Investigating.

@emanueldima
Copy link
Contributor Author

Not the priority, but the record cache is to blame. An invalid cache of the html of a record is created if the user tries to view the record before it is put in place by bibupload. The solution is to get out of the record view function early, thus avoiding creating the cache in the first place.

llehtine pushed a commit that referenced this issue Apr 7, 2014
@emanueldima
Copy link
Contributor Author

@noumar reports he has the same problem again, investigating

@emanueldima emanueldima reopened this Apr 17, 2014
@emanueldima
Copy link
Contributor Author

Deposits made by admins are incorrectly cached. Deposits made by normal users are ok. Working on it.

llehtine pushed a commit that referenced this issue Apr 17, 2014
…#225

fixed #225 again: fresh records now not visible even for admin
@emanueldima
Copy link
Contributor Author

On the new B2SHARE I'm having the same problem, reopening issue. The title and description of records are not visible on search results.

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

1 participant