41c209a4bd
how it works : * create the table marc_Tword with the following structure : CREATE TABLE `marc_Tword` ( `word` varchar(80) NOT NULL default '', `usedin` text NOT NULL, `tagsubfield` varchar(4) NOT NULL default '', PRIMARY KEY (`word`,`tagsubfield`) ) TYPE=MyISAM; * open a console & type export PERL5LIB & export KOHA_CONF as usual. * fill this table with misc/build_marc_Tword.pl. Warning, this script uses a very very consumming but very fast method to fill the table : it does everything in memory, then write everything. Another method is provided (& commented), but it's 100x times slower (really !) * open opac-search.pl and replace use C4::SearchMarc; by use C4::SearchMarcTest; as the API hasn't changed, it will work immediatly. * go to opac-search (advanced search) & search whatever you want. Should work fine. LIMITS : * build_marc_Tword has problem with extended chars (accented ones mainly). So don't be afraid if you get sql errors. They are not a problem for a POC * search works always order by title, whatever you choose. * search works only search WORDA and WOARDB, not yet WORDA or WORDB or WORDA except WORDB. |
||
---|---|---|
.. | ||
Barcodes | ||
Circulation | ||
Interface/CGI | ||
Accounts.pm | ||
Accounts2.pm | ||
Acquisition.pm | ||
Amazon.pm | ||
Auth.pm | ||
Auth_with_ldap.pm | ||
Authorities.pm | ||
AuthoritiesMarc.pm | ||
Biblio.pm | ||
BookShelves.pm | ||
Boolean.pm | ||
Breeding.pm | ||
Bull.pm | ||
Context.pm | ||
Database.pm | ||
Date.pm | ||
Format.pm | ||
Groups.pm | ||
Input.pm | ||
Koha.pm | ||
Maintainance.pm | ||
Makefile.PL | ||
MANIFEST | ||
Members.pm | ||
Output.pm | ||
Print.pm | ||
Query.pm | ||
Reserves2.pm | ||
Scan.pm | ||
Search.pm | ||
SearchMarc.pm | ||
SearchMarcTest.pm | ||
Security.pm | ||
Shelf.pm | ||
SimpleMarc.pm | ||
Stats.pm | ||
Stock.pm | ||
Suggestions.pm | ||
test.pl | ||
Z3950.pm |