http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Peter Zhao <peterzhaonj@163.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peterzhaonj@163.com --- Comment #42 from Peter Zhao <peterzhaonj@163.com> --- (In reply to Robin Sheat from comment #41)
FYI, the catalyst repo branch now has basic authority search working. There's still a good bit to do (paging, biblio counts, many more things aren't there yet), but results are coming out so I'm counting that as a win :)
You can see it in action here:
http://elasticsearch.koha.catalystdemo.net.nz/cgi-bin/koha/opac-authorities- home. pl?op=do_search&type=opac&operator=contains&value=robert&marclist=any&and_or= and&orderby=HeadingAsc
I think the fact that there are so many Jordan, Roberts is due to the data, but I haven't actually checked yet. At the moment it just replicates how the zebra version works, but I do want to push some of the things into the indexing side so that there's less computation needed to display results and things can perhaps be made a bit simpler. We can do this because we can store arbitrary fields in elasticsearch alongside the actual records.
Dear Robin, It is a great job! Thanks a lot. I tried to install a ES. It seems to index the biblio. But I can't search the record."No results found!" I can find the record by Zebra. koha@koha:~$ /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl -v -d Indexing biblios 1 Could you give some advice? -- You are receiving this mail because: You are watching all bug changes.