23 Jul
2021
23 Jul
'21
10:23 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #164 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (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.