https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14476 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to David Cook from comment #8)
(In reply to Tomás Cohen Arazi from comment #7)
(In reply to Fridolin SOMERS from comment #5)
This will also avoid indexing all record on item circulation.
Not sure about it, but we could certainly index items and make JOIN operations in our queries ;-) (for limits, as David also suggests).
I was totally thinking about that, as I was thinking about Solr query joins. I imagine ElasticSearch must be able to do the same thing, although I don't think Zebra could. Or did you have something in mind for JOIN operations?
I was thinking ES. Zebra support is in freeze mode. And I'm sure you cannot mix different databases on a query. -- You are receiving this mail because: You are watching all bug changes.