[Koha-bugs] [Bug 30528] Limits are not correctly parsed when query contains CCL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 11 13:28:25 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30528

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #133307|0                           |1
        is obsolete|                            |

--- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 134868
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134868&action=edit
Bug 30528: Process limits before handling CCL query

This patch moves the code that handles limit processing before that for CCL
queries to ensure that special limit cases (branch, multibranch, etc) are
handled before adding the limits to the query string

To test:
1 - Apply unit tests patch only
2 - prove -v t/db_dependent/Search.t
3 - It fails
4 - Apply this patch
5 - It passes!
6 - Test searching and confirm things work as epxected

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list