https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18421
Charles Farmer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Assignee|[email protected] |[email protected] |ity.org | --- Comment #1 from Charles Farmer <[email protected]> --- > When turned on, Coce cover images appear in the OPAC only, not staff > interface. (Coce Cover images - settings in enhanced content.) Desired setting would be like Amazon cover settings - the ability to turn on Coce images for the OPAC and/or the staff interface separately. There's a patch developed on our end that would offer just that: giving the option to control Coce's behavior separately between OPAC and the staff intranet. I'll join it to this bug instead of creating a new one. > Coce server needs Koha searches to populate it with cover image links. While > it is collecting them, images do not display on the first time search > results. To make them display would need a refresh or a programmed time delay > and re-query to the Coce server. This is not useful for public OPAC. This is false, from what I understand. Coce is queried after the page is loaded, yes, but the results should be dynamically appended to the page if images were found. What might've happened on your end is multiple image providers returning empty results, which were in turn cached by redis and given back every time you made a subsequent request. In that case, it's more related to Coce's backend than Coce itself. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
