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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from David Nind <[email protected]> ---
Testing notes using koha-testing-docker.

I used the authority term "Agile software development" (authority id = 133) -
this is used in two records in the sample data.

The search results were the same before and after the patch was applied.

I only tested with the Zebra search engine.

Links are changed/fixed on:
- the OPAC search results page - number of records link: changes an=133 to
an:133
- the staff interface details page - "Used on X record(s)" link: changes an=133
to an:133

Details
=======

OPAC
~~~~

- Before:

  . Search results page - number of records link:
http://127.0.0.1:8080/cgi-bin/koha/opac-search.pl?type=opac&op=do_search&q=an=133

  . Authority details page - "Number of records used in: 2":
http://127.0.0.1:8080/cgi-bin/koha/opac-search.pl?type=opac&q=133&idx=an,phr

- After:
  . Search results page - number of records link:
http://127.0.0.1:8080/cgi-bin/koha/opac-search.pl?type=opac&op=do_search&q=an:133

  . Authority details page - "Number of records used in: 2": 
http://127.0.0.1:8080/cgi-bin/koha/opac-search.pl?type=opac&q=133&idx=an,phr

Staff interface
~~~~~~~~~~~~~~~

- Before:

  . Search results page - number of records link:
http://127.0.0.1:8081/cgi-bin/koha/catalogue/search.pl?type=intranet&op=do_search&idx=an,phr&q=133

  . Authority details page - "Used in 2 record(s)":
http://127.0.0.1:8081/cgi-bin/koha/catalogue/search.pl?type=intranet&op=do_search&q=an=133

- After:

  . Search results page - number of records link:
http://127.0.0.1:8081/cgi-bin/koha/catalogue/search.pl?type=intranet&op=do_search&idx=an,phr&q=133

  . Authority details page - "Used in 2 record(s)":
http://127.0.0.1:8081/cgi-bin/koha/catalogue/search.pl?type=intranet&op=do_search&q=an:133

-- 
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/

Reply via email to