Koha 3.0 nozebra 1st commit : the script misc/migration_tools/rebuild_nozebra.pl...
authortipaul <tipaul>
Wed, 25 Apr 2007 16:26:42 +0000 (16:26 +0000)
committertipaul <tipaul>
Wed, 25 Apr 2007 16:26:42 +0000 (16:26 +0000)
commitb53be9cdaf97b61e827f25c4b07b6352bc8df570
tree11b5ab8c9b7759d9ec4fe00fb2429ba38034587e
parent506c2e8972d0d964660ea3bcff08fa85fda3244b
Koha 3.0 nozebra 1st commit : the script misc/migration_tools/rebuild_nozebra.pl build the nozebra table, and, if you set NoZebra to Yes, queries will be done through zebra. TODO :
- add nozebra table management on biblio editing
- the index table content is hardcoded. I still have to add some specific systempref to let the library update it
- manage pagination (next/previous)
- manage facets
WHAT works :
- NZgetRecords : has exactly the same API & returns as zebra getQuery, except that some parameters are unused
- search & sort works quite good
- CQL parser is better that what I thought I could do : title="harry and sally" and publicationyear>2000 not itemtype=LIVR should work fine
C4/Biblio.pm
C4/Search.pm
catalogue/search.pl
misc/migration_tools/rebuild_nozebra.pl [new file with mode: 0755]