https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24428
--- Comment #7 from david holoshka <[email protected]> --- Hi, I don't really follow how breaking functionality then say that restoring the functionality is a enhancement. We have several modifications to koha that depended on finding organized item information in the es index. It wase previously structured so that index 0, for example, for all item info always belonged to the same item. I thought the community was moving towards es I so I used this fast searching ability to build new functionality. It is a waste of time to lookup something in an index that contains all the info then look up the item again in a database or in koha's case look up biblio info again in the biblio tables. If the item information is organized in es we can make use of es fast search capabilities to improve koha's performance for a lot more scenarios eg subscriptions. We are working to optimize the koha search here, but it is going to take awhile. Best Regards, David -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
