Bug 23676: Use 'false' for opac suppression
authorNick Clemens <nick@bywatersolutions.com>
Wed, 25 Sep 2019 19:04:13 +0000 (19:04 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Jan 2020 16:21:22 +0000 (16:21 +0000)
commitbed334ee4dd8e8f0ec5205c1faabdc1e40e00061
tree4baaaf63fc07de67dfb1acc3b4acd41426e8b153
parent9c0dc6efffa35bb6ecaf579a9c63cfb3e04137eb
Bug 23676: Use 'false' for opac suppression

To test:
 1 - Enable ES
 2 - Enable OpacSuppression
 3 - Suppress a bib in staff client
     Edit 942n to be 1
 4 - Search the opac for anything
 5 - Tail the plack logs and note a deprecation warning
 6 - Apply patch
 7 - Restart all the things
 8 - Repeat search on opac
 9 - No error/warn in logs
10 - Record is correctly suppressed

Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/SearchEngine/Elasticsearch/QueryBuilder.pm