http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 --- Comment #190 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Paola Rossi from comment #189) Hello Paola, Thanks for this complete feedback :)
---- FILTERING No limitation happened in the resulting table in 30 seconds (ERROR). After 30 sec, I added "ò" at the right of the value, so I was "incrementally" filtering by "perioàò". No limitation happened in the resulting table in 30 seconds (ERROR).
1 sec should be enough, the results are filtered on client-side. I am sorry but I don't reproduce your problem. On the serial claims page (but tested also on the serials result page), I have 10 subscriptions, 3 of them have "Psychologies" as a value of an additional field named "testé". If I enter "Psycho" in the filter, I got the 3 (OK). If I enter "Psychoé", "Psychoà" or whatever different of "Psychol", the table displays no result. ---- NB1
(A) categories names [not the limited AVs' drop down list, like manual says] are shown among search fields on the left on searching subscriptions.
IMO these branches-limited AV could also be displayed in the (A) drop down list (A), to be available to the selecting user. Assigning an attribute is not modifying/adding a value to a category. So IMO the (B) drop down list could also be shown. In simple terms the limit in 3.18 manual would be updated from: "To have it show" to: "A branch-limited AV is always shown to all libraries. To have it added and modified"
Yes, I see what you meant. I don't really know what is the behavior to have here, I would prefer to wait for the QA step before submitting a new patch for that. This point could be relevant.
NB2. This patch is closely related to authorized values&categories [adding/modifying]. http://manual.koha-community.org/3.18/en/basicparams.html#authorizedvalues point 232: "Limit your Category to 10 characters (something short to make it clear what the category is for)"
The user of this enhancement 10855 would probably be interested in using more than 10 chars. This manual's warning limit might be increased.
The manual is right, for 3.18. But since bug 13379 (pushed to master), authorised_values.category is a varchar(32). -- You are receiving this mail because: You are watching all bug changes.