https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43151
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |o.uk --- Comment #5 from Martin Renvoize (ashimema) <[email protected]> --- There doesn't appear to be an end-to-end test through build_query_compat exercising this pipeline with realistic raw limits (e.g. mc-itype:BK, available, a branch-dropdown limit) and asserting $query->{_item_level_constraints} comes out right. Every test either calls _extract_item_level_constraints directly with synthetic strings, or calls _apply_item_level_filters/_get_matching_biblionumbers/_get_item_facets with hand-built group structures — the actual join between "what a real search sends" and "what gets extracted" is only verified manually per the commit's KTD test plan. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
