Jennifer wrote: The title Michelle Obama : the first lady in photographs: in Voyager I see a cover image but I’m not seeing it in Drupal.
Jennifer wrote: The title Michelle Obama : the first lady in photographs: in Voyager I see a cover image but I’m not seeing it in Drupal.
Comments
Comment #1
pkiraly commentedThis bug report revealed some problems:
- in indexing phase the dcterms:identifier's type="ISBN" attribute was not properly set, so all types of identifiers were indexed into the same field
- if there were not defined ISBN number, the xc_search module skipped the item, and did not start to find image or other additional feature
- the external information cache has not a timeout, so if an external function saved some information, the it was never checked again. Now I set the cache timeout to one day, which means, that the external functions will recheck the information once a day
Since the index is still missing a distinct field for ISBN, there is a workaround in the code, so it checks every identifiers. As soon as we reindex the content again, and we will have ISBN, this workaround should be removed.