https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31028 --- Comment #487 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #486)
(In reply to Martin Renvoize from comment #485)
Two issue fixed in those follow-ups..
As for the special:undefined.. I tried a number of different ways to achieve this and none were any more elegant.. Please explain what you mean by 'filter on an invisible column'...
Clearly this has broken with the many rebases I had to do in this area.. before I attempt to fix it as it was I'd like to hear if you have a better approach.
Add the info you want to filter on in a separate column, then hide the column and use it for filtering purpose.
The point was I'm looking for a way to pass 'null' to the API so I can get 'WHERE resolved_date IS NULL' in the query.. I'm not sure how a hidden column will achieve that. Having said that.. the client side of this seems to send exactly the same as where I have this live and working for a customer.. so it would appear it's the API that's changed. I do have a minor improvement to my special:undefined fix (for working with multiple fields in a single column.. I didn't spot that until today).. but that doesn't resolve the underlying functionality issue :( -- You are receiving this mail because: You are watching all bug changes.