EUDAT-B2SHARE / b2share

B2SHARE software for the EUDAT CDI services.
https://b2share.eudat.eu
GNU General Public License v2.0
35 stars 33 forks source link

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

Closed emanueldima closed 10 years ago

emanueldima commented 10 years ago

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 commented 10 years ago

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

emanueldima commented 10 years ago

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.

emanueldima commented 10 years ago

@noumar reports he has the same problem again, investigating

emanueldima commented 10 years ago

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

emanueldima commented 10 years ago

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