https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20517
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #13 from Martin Renvoize <[email protected]> --- We now have a few local sort bind handlers here, so I have a better understanding of the wider requirements than I did the first time I came across this bug. I have a couple of refinements that I think could help. I think we could do with being able to define the comparison operator rather than always being equality. We have a customer who uses classmark/callnumber for their sorting and as such rather than 'eq' they need '<' comparisons. Also, I think it would be helpful to be able to call item methods not just refer to the internal hashref data.. think 'effective_itemtype'. There may be a use for some special comparison options on the right hand side.. for example one may wish to compare permanent_location to current checking branch to filter items that need transfer into their own bin. -- 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/
