https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26129
--- Comment #5 from Tomás Cohen Arazi <[email protected]> --- I've been playing with rewriting Koha::SMTP::Server(s) in terms of this, so we require and set configurations without fetching each value where need. But I found a rock on the road when it comes to using this on the API, so still thinking about this. I like the idea, but I'm not sure how to group things: separate class wrapping the grouped values, or maybe a separate table for grouping things. Either of them makes it hard to use with objects->search of we want to allow filtering by column. Storing JSON has the same limitation with current MariaDB/MySql versions -- 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/
