[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 5 06:45:39 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

--- Comment #41 from Robin Sheat <robin at catalyst.net.nz> ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list