https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25278
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Z3950 Responder does not |Search fields cache must be |work with Authorities under |separate for different |elasticsearch |indexes under Elasticsearch --- Comment #2 from Nick Clemens <[email protected]> --- When we are determining which fields to search we check the cache and retrieve if the search fields are not cached It seems that although we check the index when retrieving the fields, we don't note the index when caching. This means that authorities searches of the entire record can end up searching the biblio fields, and biblio searches will use the authorities fields if those are returned first. We can fix this simply by adding the index to the cache key -- 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] 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/
