[Koha-bugs] [Bug 29578] Search term highlighting breaks with titles containing characters with Greek diacritics

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 27 01:14:06 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29578

--- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 131153
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131153&action=edit
Bug 29048: Fix link to linked records from authority search results in OPAC

Without this patch the constructed search link would give wrong
results with Elasticsearch. If you searched for records linked
to authority id 3 it would also turn up all other records linked
to an authority where the id started with 3...

This just copies the more specific link using an,phr used in the
staff interface and the OPAC detail page to make things consistent

To test:
- Turn on Elasticsearch
- Search for authorities in the OPAC
- Locate a authority with a low ID in your result list
- Note the number of linked records
- Click on the link
- It will give you more results than it said before
- Verify results don't match your search
- Apply patch
- Try again - now it should all match up

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list