Bug 5730

Summary: Patron search, start_with search now searches within a string, not just the start
Product: Koha Reporter: Chris Cormack <chris>
Component: CatalogingAssignee: Paul Poulain <paul.poulain>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, koha.sekjal, paul.poulain
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 5575, 6253    

Description Chris Cormack 2011-02-10 01:28:17 UTC
Search on start_with does like "% $var%" search (instead of " $var%")

Plus a performancement enhancement for C4::SQLHelper
Comment 1 Katrin Fischer 2011-04-25 00:35:43 UTC
Is there a patch for this bug?
Comment 2 Katrin Fischer 2014-11-02 08:55:02 UTC
"Begins with" patron search now works correctly.