http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #60 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Jonathan Druart from comment #59)
"Basic searching there should be working, anything else may explode or otherwise fail."
Does it mean we can make you some feedbacks or you know where bugs are? :)
Feedback is welcome :) I'll add things to my todo list.
(for instance a search result for "harry" sorted by author az is not the reverse of author za.
Strictly speaking, the way it does it now is the most correct. But what I'm probably going to do based on this thread: https://lists.katipo.co.nz/pipermail/koha/2015-May/042746.html is have it sort only on the 1x0$a (primary author) field. However I need to figure out a way to try to be as consistent as possible with that, as it causes a problem in that now author search will use a different field than author sort. Hmm, I wonder if I can add named sort fields to my database mapping sorta like I do with facets...
The "more" link does not do anything.)
I assume you mean the "more" link on facets? Yeah, that's known. It's because it's not currently truncating the list to 5 or whatever the default is. I don't think that's on my todo list though, I should add it... -- You are receiving this mail because: You are watching all bug changes.