[Koha-bugs] [Bug 12593] search facets die with regex error if biblio has square brackets in fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 17 15:58:06 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12593

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

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

--- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 29800
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29800&action=edit
Bug 12593 - search facets die with regex error if biblio has square brackets in
fields

It's quite common to have [something] within facet data, and it produces
following error:

Unmatched [ in regex; marked by <-- HERE in m/^[ <-- HERE

This problem was intoduced in Bug 12151 but is trivial to fix.

Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
Good catch.

To test:
- Created a bibliographic record, linked to an authority record (personal
name). Did a search that returned the author as a facet.
- Added a [ symbol to the author name.
- Repeated the search
=> FAIL: "Unmatched [ in regex; marked by <-- HERE in m/^[ <-- HERE"
- Apply the patch
- Retry the search
=> SUCCESS: No error, bracket shows correctly.

Passes koha-qa.pl too.

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


More information about the Koha-bugs mailing list