https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14476
--- Comment #6 from David Cook <[email protected]> --- (In reply to Fridolin SOMERS from comment #5) > (In reply to Tomás Cohen Arazi from comment #4) > > I have a concern: if we cache the record to be displayed, then the item > > statuses won't be up-to-date. If the tradeoff is not enough, maybe this is > > just not worth. Because people expect to see updated information on the > > records. > > Indeed. > > I think we need to change this by moving items out of this XSLT file. > I think we should use Ajax to load in realtime items infos, with and API for > that. > This will also avoid indexing all record on item circulation. > Dreams ... I often think using Ajax to load real time item info is a good idea too, although I think we'd still have the indexing issue because of the "limit to currently available items" filter on the search. Often, I think we should think about our OPAC as if it were a totally separate system, and just link it up to the Koha instance using APIs. -- You are receiving this mail because: 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/
