https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7012
--- Comment #9 from Katrin Fischer <[email protected]> --- (In reply to Benjamin Daeuber from comment #8) > (In reply to Katrin Fischer from comment #7) > > > At the moment the filter only looks at information in the item record > > already. > > Is performance the reason Koha can't also check the reserves table? Is this > something that can (or has?) been addressed with elastic search? > > We're willing to pitch in funds if a solution is possible. Elasticsearch and Zebra both index MARC. So bibliographic records and items. Information from reserves is not part of the data that we push to the search engines for indexing at the moment. So we would need to do that AND then make sure everytime a hold changes in any way, the record gets reindexed with updated information. I was just trying to explain why this isn't just about changing the search query used. The data is currently not available for searching in the first place. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
