[Koha-devel] Catalog Items Don't Appear in OPAC Search

2010-04-16 Thread Richard Forristall
Good day everyone, Our librarian is having trouble with the OPAC search. When a student searches for books that we know are in the database, some will not appear in the results list. Yet, if we go into the staff client and do a checkout, we can find the catalog item. At first thought, it woul

Re: [Koha-devel] Catalog Items Don't Appear in OPAC Search

2010-04-16 Thread Michael Hafen
Updating zebra is handled by a separate process. There is a script to handle it, `bin/migration_tools/rebuild_zebra.pl -z -b -a`. This should be put in a cronjob script, such as bin/cronjobs/crontab.example Good luck. On Fri, 2010-04-16 at 15:40 -0700, Richard Forristall wrote: > Good day every

Re: [Koha-devel] Catalog Items Don't Appear in OPAC Search

2010-04-16 Thread Chris Nighswonger
Hi Richard, On Fri, Apr 16, 2010 at 7:08 PM, Michael Hafen wrote: > Updating zebra is handled by a separate process.  There is a script to > handle it, `bin/migration_tools/rebuild_zebra.pl -z -b -a`.  This should > be put in a cronjob script, such as bin/cronjobs/crontab.example You might also