Actually I tried running /use/share/koha/bin/migration_tools/rebuild_nozebra.pl, but it came up with en error: DBD::mysql::db do failed: Table 'Koha.nozebra' doesn't exist at ./rebuild_nozebra.pl line 45. Undefined subroutine &main::GetNoZebraIndexes called at ./rebuild_nozebra.pl line 47. I think it tries to use database named Koha, but the name of the new Koha 3.0 database is Koha3... I don't know how it comes up with that database, since in /etc/koha/koha-conf.xml there is a definition: <database>Koha2</database> The reason we chose not use zebra is because (as far as I understand) zebra would have required a lot of extra work. Joe Atzberger wrote:
You haven't built an index, so you have nothing to search. See the scripts:
- misc/migration_tools/rebuild_nozebra.pl - misc/migration_tools/rebuild_zebra.pl
You should prefer to use Zebra unless you have a very compelling reason not to, but only use the rebuild script for your type of setup.
--Joe
On Wed, Jan 21, 2009 at 2:07 PM, PasiK <pasi.korkalo@oululainen.com> wrote:
We've upgraded our Koha system from Koha 2.2.9 to Koha 3.0. The problem that we have now is that the new database in Koha 3.0 is not searchable. The records seem to be there, but the search returns absolutely nothing. We have not enabled the Zebra in the system. What could be wrong? -- View this message in context: http://www.nabble.com/Non-searchable-database-tp21590023p21590023.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/Non-searchable-database-tp21590023p21602379.html Sent from the Koha - Discuss mailing list archive at Nabble.com.