-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
Right, git bisect says it's caused by my increase in priority for bibupload. Investigating. |
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. |
fixed #225, caused by a bad record cache
@noumar reports he has the same problem again, investigating |
Deposits made by admins are incorrectly cached. Deposits made by normal users are ok. Working on it. |
…#225 fixed #225 again: fresh records now not visible even for admin
On the new B2SHARE I'm having the same problem, reopening issue. The title and description of records are not visible on search results. |
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.
The text was updated successfully, but these errors were encountered: