http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14527
--- Comment #7 from David Cook <[email protected]> --- (In reply to Pedro Ferreira from comment #6) > hello, > When i search by title or anything else it returns the correct search result. > I attached two printscreens. > > My koha was installed in a tarball, version 3.20. > > Thanks Mmm, thanks for those screenshots. Well, it looks like the Zebra indexing is running or you wouldn't get any results... and it looks like there are values in "dateaccessioned" as they're showing up in the search results. However, when I look at the code, it looks like the item values in the search results are coming directly from the database and not from the record returned by Zebra. I'm still thinking it's a problem of the Zebra indexes not being up-to-date. Pedro, how is your Zebra indexing running? A cronjob? Or did you run rebuild_zebra.pl manually in the past? I'm guessing that maybe you indexed your bibliographic records, then added items, and the records haven't been indexed again, so you're getting these errors because the index for the item's "dateaccessioned" is empty. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
