https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31106
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes two issues that release notes| |affect searching and links | |for analytics on the detail | |view pages for records in | |the staff interface and | |OPAC: | | | |1. Several | |characters will break Zebra | |search engine queries, so | |search terms need to be | |quoted by the query builder | |for things to work. Double | |quotes in titles and used | |in search terms were not | |escaped, cuasing issues | |with results. | | | |2. This | |caused links to and from | |host records using 773$t | |and 773$a to fail (not find | |or display the expected | |results). | | | |Example: Before | |this was fixed, for a host | |record with the title | |'Uncond"itional?¿' and | |child records linked using | |773$t and 773$a: | |- the | |'Show analytics' link was | |not displayed in the staff | |interface and OPAC for the | |host record | |- the link from | |the child record back to | |the host record ('In' Title | |of host record (linked)) | |didn't work. --- Comment #20 from David Nind <[email protected]> --- I've added some text for the release notes, but not sure if I've described this correctly. Corrections and updates to the release notes text welcome! -- You are receiving this mail because: 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/
