]> git.koha-community.org Git - koha.git/commit
Bug 15198: Make OpacSuppression work even if there are no records suppressed
authorDavid Cook <dcook@prosentient.com.au>
Tue, 17 Nov 2015 02:03:59 +0000 (13:03 +1100)
committerLiz Rea <wizzyrea@gmail.com>
Fri, 11 Dec 2015 01:49:15 +0000 (14:49 +1300)
commit3399e3d4b8429393aefd9552ef8c74388f073b6b
treed11874f15ba2309f63076ff1148c85c8a2e55014
parentbf9994fb34aa01bf9a635358f4adb64b8a7b26c4
Bug 15198: Make OpacSuppression work even if there are no records suppressed

This patch adds the Zebra special attribute 14 to ccl.properties and
opac-search.pl, so that we can turn on OpacSuppression and still return
results even if there are no records in Zebra for the Suppress index.

_TEST PLAN_

Before applying:

1) Make sure that you have no suppressed records indexed in Zebra
2) Turn on OpacSuppression system preference

3) Search using a keyword which should bring up records
4) Note that no records are returned in the results
5) Change UseQueryParser system preference to "Try"
6) Repeat steps 3-4

Apply the patch.

After applying:

7) Repeat step 3 (ie search using a keyword which should bring up records)
8) Confirm that records are appearing in the results!
9) Change UseQueryParser system preference to "Do not try"
10) Repeat step 3
11) Confirm that records are appearing in the results!

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised. No more, won't need to have at least one record with the
value "1" in the field mapped with this index. All records in OPAC returned.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit dd9a4ed6c6fbc078d43880e4adf8cfe28179888d)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit c0928321a062fed31ce4ca841237be36d3e14cc2)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
etc/zebradb/ccl.properties
opac/opac-search.pl