Bibio data and Reservoir data are both kept in the MySQL database. The files will be [mysql install path]/[database name]/marc_subfield_table.myd and [mysql install path]/[database name]/marc_breeding.myd though you shouldn't touch these files. Rather you should get something like MySQL Query Browser or MySQL Administrator to see the contents of these tables.
Of more interest should be the marc_word table, which is where most searches look for results. There should be a script to rebuild this table, scripts/misc/build_marc_word.pl would do some of the work, but it doesn't check that the table is empty. Mind you, I have Koha 2.2.5 installed so this may not be entirely accurate. Good luck. On Tue, 2007-11-27 at 06:59 +0000, Karen Myers wrote: > Hi all > I have an interesting problem : after catalouging 1000 books on Koha, the > system can no longer find books via the quick search (or advanced). I know all > the data is there because I can export it and reimport it to the Reservoir > but as far as searching for a book or adding a new item, no dice. > Can anyone provide me any clues? Which file holds all the biblio data? Which > file > holds the Reservoir data? I am using Koha 2.2.8 on Windows with MySQL 4.1 > any help appreciated. > Karen Myers > > > ______________________________________________________________________ > Listen now! New music from the Rogue Traders. > _______________________________________________ > Koha-devel mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/koha-devel
