[Koha-bugs] [Bug 30165] Several q parameters break the filters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 17 09:30:48 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165

--- Comment #15 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
-            # FIXME The following lines are an ugly fix to deal with isbn and
ean searches
-            # This must NOT be reused or extended
-            # Instead we need a better and global solution in a Koha::*Biblio
method


+The Koha::Biblio representation includes the biblioitem.* attributes. This is
handy
+for API consumers but as they are different tables, converting the queries
that mention
+biblioitem columns can be tricky. This method renames known column names as
used on Koha's
+UI.

Well, that's not equivalent :D

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


More information about the Koha-bugs mailing list