https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #164 from Joonas Kylmälä <[email protected]> --- (In reply to Jonathan Druart from comment #148) > Koha::Util::Search feels wrong, why not under Koha::SearchEngine? Because Koha::SearchEngine felt wrong too, it has functions to interact with the Zebra and Elasticsearch APIs, not to create specific queries. And then another question: why not have Koha::Search::something, well, I think Koha::Util::Search being under Koha::Util already helps to tell it is a collection of helper functions, and also then all our helper functions are in the same place to be found. -- You are receiving this mail because: 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/
