Hello, We are using Koha 3.0.5 I noticed that the opac advanced search in it (opac-search.pl) when running in a nozebra installation doesn't honor "publication period" intervals (e.g entering the 1800-1900 interval the search doesn't work). I followed the code to the "C4/Search.pm" file, method "NZanalyse" and it seems that it actually doesn't even try to build the sql query taking the intervals into account. Did anyone find the same behavior? (I'd guess everybody should, as it seems a bug/omission to me!) Thanks, Toni
Hi Toni On Sat, Oct 30, 2010 at 8:22 PM, Toni Rosa <arosa@tginet.com> wrote:
Hello,
We are using Koha 3.0.5 I noticed that the opac advanced search in it (opac-search.pl) when running in a nozebra installation doesn't honor "publication period" intervals (e.g entering the 1800-1900 interval the search doesn't work). I followed the code to the "C4/Search.pm" file, method "NZanalyse" and it seems that it actually doesn't even try to build the sql query taking the intervals into account. Did anyone find the same behavior? (I'd guess everybody should, as it seems a bug/omission to me!)
NoZebra is basically deprecated and for the most part unsupported. I would highly recommend switching over to Zebra even for a small collection. Kind Regards, Chris
Hie, Can we think about removing "No Zebra" mode ? It will make code more clear. Regards, 2010/10/31 Chris Nighswonger <cnighswonger@foundations.edu>
Hi Toni
On Sat, Oct 30, 2010 at 8:22 PM, Toni Rosa <arosa@tginet.com> wrote:
Hello,
We are using Koha 3.0.5 I noticed that the opac advanced search in it (opac-search.pl) when running in a nozebra installation doesn't honor "publication period" intervals (e.g entering the 1800-1900 interval the search doesn't work). I followed the code to the "C4/Search.pm" file, method "NZanalyse" and it seems that it actually doesn't even try to build the sql query taking the intervals into account. Did anyone find the same behavior? (I'd guess everybody should, as it seems a bug/omission to me!)
NoZebra is basically deprecated and for the most part unsupported. I would highly recommend switching over to Zebra even for a small collection.
Kind Regards, Chris
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
-- Fridolyn SOMERS ICT engineer PROGILONE - Lyon - France fridolyn.somers@gmail.com
Thanks for your answer. I'll try to find documentation about how to migrate a NoZebra installation to use Zebra. Kind Regards, Toni
Hie,
Can we think about removing "No Zebra" mode ? It will make code more clear.
Regards,
2010/10/31 Chris Nighswonger <cnighswonger@foundations.edu>
Hi Toni
On Sat, Oct 30, 2010 at 8:22 PM, Toni Rosa <arosa@tginet.com> wrote:
Hello,
We are using Koha 3.0.5 I noticed that the opac advanced search in it (opac-search.pl) when running in a nozebra installation doesn't honor "publication period" intervals (e.g entering the 1800-1900 interval the search doesn't work). I followed the code to the "C4/Search.pm" file, method "NZanalyse" and it seems that it actually doesn't even try to build the sql query taking the intervals into account. Did anyone find the same behavior? (I'd guess everybody should, as it seems a bug/omission to me!)
NoZebra is basically deprecated and for the most part unsupported. I would highly recommend switching over to Zebra even for a small collection.
Kind Regards, Chris
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
-- Fridolyn SOMERS ICT engineer PROGILONE - Lyon - France fridolyn.somers@gmail.com
On Wed, Nov 3, 2010 at 8:07 AM, Toni Rosa <arosa@tginet.com> wrote:
Thanks for your answer. I'll try to find documentation about how to migrate a NoZebra installation to use Zebra.
1. Set the 'NoZebra' syspref (located in the 'Search' tab of the sytem preference editor) to 'Use' or 'On.' 2. Follow the Zebra server setup found here: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.ubuntu.luc... 3. Enjoy Kind Regard, Chris
You can find documentation about Zebra : http://www.indexdata.com/yaz/doc/index.html Good luke On Wed, Nov 3, 2010 at 1:41 PM, Chris Nighswonger < cnighswonger@foundations.edu> wrote:
On Wed, Nov 3, 2010 at 8:07 AM, Toni Rosa <arosa@tginet.com> wrote:
Thanks for your answer. I'll try to find documentation about how to migrate a NoZebra installation to use Zebra.
1. Set the 'NoZebra' syspref (located in the 'Search' tab of the sytem preference editor) to 'Use' or 'On.' 2. Follow the Zebra server setup found here:
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.ubuntu.luc... 3. Enjoy
Kind Regard, Chris _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS ICT engineer PROGILONE - Lyon - France fridolyn.somers@gmail.com
Le 02/11/2010 10:21, Fridolyn SOMERS a écrit :
Hie,
Can we think about removing "No Zebra" mode ? Yep. It will make code more clear. definetly !
BibLibre will take/is taking care of this on the solR stuff (it's already removed in search.pl, not yet in Search.pm, but can be now http://git.biblibre.com/?p=koha;a=blob;f=opac/opac-search.pl;h=6b3a3c59cb596...) HTH -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
participants (4)
-
Chris Nighswonger -
Fridolyn SOMERS -
Paul Poulain -
Toni Rosa