[Koha-bugs] [Bug 14567] Browse interface for OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 15 11:32:37 CET 2020


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98509|0                           |1
        is obsolete|                            |

--- Comment #59 from David Nind <david at davidnind.com> ---
Created attachment 99060
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99060&action=edit
Bug 14567: Add a browse interface to the OPAC

This is an interface for quick and efficient browsing through records.

It presents a page at /cgi-bin/koha/opac-browse.pl that allows you to
enter the prefix of an author, title, or subject and it'll give you a
list of the options that match that. You can then scroll through these
and select the one you're after. Selecting it provides a list of records
that match that particular search.

To Test:
1 - Have ES running and some records in it
2 - Enable the new system preference: OpacBrowseSearch
3 - Rebuild the OPAC CSS (see
https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client)
4 - Browse to http://localhost:8080/cgi-bin/koha/opac-browse.pl (or url
    for your site)
5 - Test searching for author, title, and subject
6 - Verify that results are returned in expected order
7 - Experiment with fuzziness
8 - Click any result and verify specific titles are correct
9 - Click through title to record and verify it is the correct record

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list