[Koha-bugs] [Bug 15198] Make OpacSuppression work even if there are no records suppressed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 17 04:22:25 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15198

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
Created attachment 44899
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44899&action=edit
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!

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


More information about the Koha-bugs mailing list