Bug 21532

Summary: Extended attributes with comma are not searchable
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
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:
Circulation function:

Description Katrin Fischer 2018-10-10 12:18:50 UTC
To test:
- Create an extended patron attribute, for example: proxy
- Make sure it's marked as searchable in the configuration
- Add the field to a patron, example: surname, firstname
- Search for: 
  - surname: works
  - firstname: works
  - surname, firstname - doesn't work
- Change the entr to: firstname surname
- Search for:
  - firstname: works
  - surname: works
  - firstname surname: works

The problem appears to be searches containing a comma.