Bug 7053 - inner name patron searching fails
Summary: inner name patron searching fails
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Kyle M Hall
QA Contact: Bugs List
URL:
Keywords:
Depends on: 6253
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-18 17:16 UTC by Nicole C. Engard
Modified: 2014-12-07 20:02 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Proposed patch on SQLHelper.pm (896 bytes, patch)
2011-11-25 14:25 UTC, Adrien SAURAT
Details | Diff | Splinter Review
Bug 7053: patron name search (1017 bytes, patch)
2012-06-09 13:27 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nicole C. Engard 2011-10-18 17:16:41 UTC
Searching patrons for "james acevedo" out of "henry james acevedo III" fails.
Comment 1 Adrien SAURAT 2011-11-25 14:25:38 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall 2012-06-09 13:27:51 UTC
Created attachment 10025 [details] [review]
Bug 7053: patron name search

Allows search on names containing spaces.
Example: "LA JOIE"
Allows search on strings included in name
Example: "james acevedo" to find "henry hames acevedo III"
Comment 3 Kyle M Hall 2012-06-10 09:25:33 UTC
Nicole, if this is still an issue, please reopen this bug. So far, we have been unable to reproduce the error.