Koha/installer/data/mysql
Robin Sheat 0e7f7ab051
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 - Apply patches
 2 - Update database (updatedatabase on kohadevbox)
 3 - Compile the CSS
   https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client
   yarn build --view=opac on kohadevbox
 4 - Enable the new syspref OpacBrowseSearch
 5 - Have ES running and some records in it
     SearchEngine syspref set to Elasticsearch
 6 - Browse to opac home, click 'Browse search' link
for your site)
 7 - Test searching for author, title, and subject
 8 - Verify that results are returned in expected order
 9 - Experiment with fuzziness
     https://www.elastic.co/guide/en/elasticsearch/reference/5.6/common-options.html#fuzziness
     Options are: exact (0 edits), fuzzy (1 edit), very fuzzy (2 edits)
10 - Click any result and verify specific titles are correct
11 - Click through title to record and verify it is the correct record
12 - Test that disabling pref removes the link on the opac home

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-20 09:07:16 +00:00
..
atomicupdate Bug 14567: Add a browse interface to the OPAC 2020-02-20 09:07:16 +00:00
de-DE Bug 24289: Make sure sample_holidays will load after sample_libraries 2020-01-20 14:03:51 +00:00
en Bug 24339: Add SIP2 payment types for installation 2020-01-27 10:41:37 +00:00
es-ES Bug 24289: Make sure sample_holidays will load after sample_libraries 2020-01-20 14:03:51 +00:00
fr-CA Bug 24289: Make sure sample_holidays will load after sample_libraries 2020-01-20 14:03:51 +00:00
fr-FR Bug 23354: (RM follow-up) Update translated sample_notices 2020-01-13 16:46:47 +00:00
it-IT Bug 24289: Make sure sample_holidays will load after sample_libraries 2020-01-20 14:03:51 +00:00
mandatory Bug 14697: (QA follow-up) Add missing AV category 2019-10-31 12:05:21 +00:00
nb-NO Bug 24289: Make sure sample_holidays will load after sample_libraries 2020-01-20 14:03:51 +00:00
pl-PL Bug 24289: Make sure sample_holidays will load after sample_libraries 2020-01-20 14:03:51 +00:00
ru-RU Bug 23354: (RM follow-up) Update translated sample_notices 2020-01-13 16:46:47 +00:00
uk-UA Bug 23354: (RM follow-up) Update translated sample_notices 2020-01-13 16:46:47 +00:00
account_credit_types.sql Bug 24592: Database Update 2020-02-13 15:58:14 +00:00
account_debit_types.sql Bug 23354: (follow-up) Make display of debit types configurable 2020-01-13 14:05:14 +00:00
account_offset_types.sql Bug 24592: Database Update 2020-02-13 15:58:14 +00:00
audio_alerts.sql
backfill_statistics.pl Bug 13795: Remove occurences of unused columns in code 2019-04-18 10:05:51 +00:00
fix_unclosed_nonaccruing_fines_bug17135.pl
kohastructure.sql Bug 11297: Add atomicupdate patch and modify kohastructure.sql 2020-02-19 16:07:59 +00:00
labels_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
patroncards_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
sysprefs.sql Bug 14567: Add a browse interface to the OPAC 2020-02-20 09:07:16 +00:00
update22to30.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
updatedatabase.pl Bug 24532: DBRev 19.12.00.027 2020-02-20 08:45:52 +00:00
userflags.sql Bug 22868: Move suggestions_manage subperm out of acquisition perm 2020-01-30 08:27:00 +00:00
userpermissions.sql Bug 22868: Move suggestions_manage subperm out of acquisition perm 2020-01-30 08:27:00 +00:00